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

2007-12-08 Thread m j
__ > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On Dec 4, 2007, at 1:05 AM, m j wrote: > > > > > I am using JQuery and JQuery UI. I'm using tabs from the UI part. > > > I'm trying to build a form dynamically adding and removing input > &

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

2007-12-04 Thread m j
loning elements using jQuery 1.2, you can use .clone(true) > to copy the events along with the elements. See: > > http://docs.jquery.com/Manipulation/clone#true > > Hope that helps. > > --Karl > _ > Karl Swedbergwww.englishrules.comwww.learningjque

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

2007-12-04 Thread m j
I am using JQuery and JQuery UI. I'm using tabs from the UI part. I'm trying to build a form dynamically adding and removing input elements on the fly. I would expect someone else has tried this before, and that there is an existing implementation somewhere that works. Here is a page with my exa

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

2007-12-03 Thread m j
I am using JQuery and JQuery UI. I'm using tabs from the UI part. I'm trying to build a form dynamically adding and removing input elements on the fly. I would expect someone else has tried this before, and that there is an existing implementation somewhere that works. Here is a page with my exa