[jQuery] Re: IE not triggering change event on dynamically added html

2007-12-08 Thread m j
I have implemented the cloning of the DOM with the events, the only problem I've encountered with it is that IE seems to take 20 seconds to perform the clone on my production code. http://murphyusaevents.com/registration/?debug=1 Everytime I create an additional tab "Add Additional Conference" it

[jQuery] Re: IE not triggering change event on dynamically added html

2007-12-04 Thread m j
I figured it had to be possible some way. Thank you for pointing me in the right direction. On Dec 4, 7:55 am, Karl Swedberg <[EMAIL PROTECTED]> wrote: > This FAQ topic should help: > > http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_st... > > Also, for cloning elements using

[jQuery] Re: IE not triggering change event on dynamically added html

2007-12-04 Thread Karl Swedberg
This FAQ topic should help: http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_Ajax_request.3F Also, for cloning elements using jQuery 1.2, you can use .clone(true) to copy the events along with the elements. See: http://docs.jquery.com/Manipulation/clo