Side navigation
#7744 closed bug (duplicate)
Opened December 10, 2010 07:34AM UTC
Closed December 13, 2010 07:32PM UTC
Last modified December 13, 2010 07:32PM UTC
Script evaluation after appending element to DOM
Reported by: | zeke.home@gmail.com | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | manipulation | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello,
When you move element from one place to another (using "append" method, for example), all scripts inside this element are evaluated again after moving. I think it should be controlled by parameter, or just allow us to override evalScript function at least.
Example is here (when you click button, alert message appears again):
Thanks,