Clone elements and load previously loaded scripts

Posted by kuswantin on Stack Overflow See other posts from Stack Overflow or by kuswantin
Published on 2010-05-28T15:50:22Z Indexed on 2010/05/28 15:51 UTC
Read the original article Hit count: 157

Filed under:

Hi, I am using clone() to move certain elements into another place in the DOM, but had trouble due to the fact that the scripts previously rendered was not available anymore when called from the cloned elements.

So I think I need to call them again, but one by one will be a PITA. Perhaps getScript will do, but I have no idea to call more than one.

Any help would be very much appreciated. Thanks

© Stack Overflow or respective owner

Related posts about jQuery