[jQuery] Re: IE tabbing not following tabindex after DOM manipulation

2008-11-12 Thread 5h4rk
OK, just come up with a solution. In the JS, instead of adding the tabindex like this: $(this).attr('tabindex', i); I changed it to this: this.tabIndex = i++; And IE now actually follows the tabindex. Is there any explanation for this? On Nov 13, 2:45 pm, 5h4rk <[EMAIL PROT

[jQuery] IE tabbing not following tabindex after DOM manipulation

2008-11-12 Thread 5h4rk
Basically, I have 4 links, Link 1 Link 2 Link 3 Link 4 then I use jQuery to add the tabindex to all of them so they look like something like this, Link 1 Link 2 Link 3 Link 4 and then I need to move the 3rd one to the top, so I clone the 3rd one and prepend it to the top, and finally I remove

[jQuery] Re: hide() not working when disabling CSS

2008-10-27 Thread 5h4rk
that > hides it. > > On Mon, Oct 27, 2008 at 11:01 PM, Karl Swedberg <[EMAIL PROTECTED]>wrote: > > > > > > > On Oct 26, 2008, at 9:33 PM, 5h4rk wrote: > > > Hi, > > > I have > > > Please turn Javascript on to view the content. > >

[jQuery] hide() not working when disabling CSS

2008-10-27 Thread 5h4rk
Hi, I have Please turn Javascript on to view the content. and $('p.jsoff').hide(); When I turn CSS off using the Web Developer Extension for Firefox and Javascript on, the message is somehow not hidden. I'm not sure if this is the problem, but Instead of style="display:none;", webdeveloper- i