[jQuery] Re: Dynamically setting tab index and .focus() problems

2009-05-17 Thread Pixelastic
tabindex), and then focusing the first one (tabindex = 3). Tabbing through fields now works On 15 mai, 02:31, gearb0x beer...@gmail.com wrote: I've got the same problem with FF3, seems to work fine in IE7 Any luck? On May 10, 11:59 pm, Pixelastic timcc.pe...@gmail.com wrote: Hello, I'm

[jQuery] Dynamically setting tab index and .focus() problems

2009-05-10 Thread Pixelastic
Hello, I'm opening a dialog box using the jQuery UI dialog methods, this box will display a form, and I would like to autofocus the first element. I'm also modifying tabindex of the different form fields of this new form in order to make them a lot higher than those of the original page, and

[jQuery] Re: jquery 1.3, .live(), submit and IE7

2009-01-24 Thread Pixelastic
Oh... Thanks. Gonna stick to livequery a little longer, then. On 23 jan, 23:19, Mike Alsup mal...@gmail.com wrote: I'm having a strange behavior of the new .live() method when used on a submit event. The biggest problem is on IE7, but there is a minor problem on other browsers too. The

[jQuery] jquery 1.3, .live(), submit and IE7

2009-01-23 Thread Pixelastic
Hello, I'm having a strange behavior of the new .live() method when used on a submit event. The biggest problem is on IE7, but there is a minor problem on other browsers too. The problem is that if I'm binding a live submit event on a form not present in the document, the submit event is not