[jQuery] Re: Adding events to newly added fields

2008-02-08 Thread bikuta
it'll be the > faster to use. If not, then, if the selectors Listen supports are > enough for you, it should be the faster approach, else Intercept might > be the one. Well.. it's up to you :) > > Cheers > Ariel Flesler > > On 7 feb, 21:01, bikuta <[EMAIL PROTECTED]&g

[jQuery] Re: Adding events to newly added fields

2008-02-08 Thread bikuta
ch, else Intercept might > be the one. Well.. it's up to you :) > > Cheers > Ariel Flesler > > On 7 feb, 21:01, bikuta <[EMAIL PROTECTED]> wrote: > > > Cool thanks, but it doesn't work for blur and change. I guess that's > > because they don

[jQuery] Re: Adding events to newly added fields

2008-02-07 Thread bikuta
performance. Any suggestions? On Feb 8, 2:08 am, Ariel Flesler <[EMAIL PROTECTED]> wrote: > This can help you do what Juha > said:http://flesler.blogspot.com/2007/10/jquerylisten.html > > Cheers > Ariel Flesler > > On Feb 7, 11:37 am, "Juha Suni SC" <[EMA

[jQuery] Adding events to newly added fields

2008-02-06 Thread bikuta
Hi I am trying to make form which contains a list of items. I have a set of events which need to be bound to each item, at the moment everytime I add a new item, I have to unbind all items and add the event again to all items for the new item to work like the rest of them. This means my applicat

[jQuery] Finding index of the first empty text field

2008-02-06 Thread bikuta
Hi all, I'm trying to find the index of the first empty text field (class name is item). I am able to get the text field object by using: $("[EMAIL PROTECTED]''"]) However I can't get the index, i.e., which text field is it? The number of text fields are dynamic, but there will always be at le