Open GoogleCodeExporter opened 8 years ago
Ok, seems that this is a jQuery issue -- when you detach and reattach script
elements
to the DOM, it re-executes any scripts inside those elements. This even applies
to
using html() to put content into an element.
Fortunately, you can use the Javascript innerHTML property to add content that
may
include script tags without the scripts being executed again.
Original comment by escher...@gmail.com
on 11 May 2010 at 10:42
Original issue reported on code.google.com by
escher...@gmail.com
on 11 May 2010 at 9:26