[jQuery] Re: .change doesn't match cloned elements?

2007-04-20 Thread [EMAIL PROTECTED]
Thanks for the replies. With that plugin I was able to solve it. :D So now it is working great: http://members.home.nl/mavdude/jquery/fixed.html On Apr 20, 5:38 am, Karl Swedberg <[EMAIL PROTECTED]> wrote: > If you want to clone events along with new DOM nodes, you can try > Brandon Aaron's Copy

[jQuery] Re: .change doesn't match cloned elements?

2007-04-19 Thread Karl Swedberg
If you want to clone events along with new DOM nodes, you can try Brandon Aaron's Copy Events plugin: http://www.learningjquery.com/2007/01/copy-events-from-one-element-to- another --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Apr 19, 2007, at 10:59

[jQuery] Re: .change doesn't match cloned elements?

2007-04-19 Thread Ⓙⓐⓚⓔ
I think I understand... change is a event bind, and event binds don't get cloned. so you have to re-bind or re-make the nodes and re-bind anyway. it's an idea, not a solution. I always bind my new nodes. On 4/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Did I find a bug, or is there j

[jQuery] Re: .change doesn't match cloned elements?

2007-04-19 Thread [EMAIL PROTECTED]
Did I find a bug, or is there just nobody that knows how to fix it? On Apr 19, 1:43 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to get flexible (array) select boxes in a form working, but > i'm having some troubles with the cloned ones. The end-use idea is to > auto-po