Side navigation
#7040 closed bug (invalid)
Opened September 16, 2010 08:08AM UTC
Closed September 22, 2010 10:25PM UTC
Last modified February 13, 2011 01:48AM UTC
wrap on div with javascript re-executes the javascript
Reported by: | peet | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | manipulation | Version: | 1.4.2 |
Keywords: | wrap reloads event twice | Cc: | |
Blocked by: | Blocking: |
Description
if i put a document.ready event inside a div, and then wrap the div with an other element, the document.ready event is triggered again.
the strange behavior is only happening ones. If it was intended i expect it to happen on every wrap instead it happens only the first time.
See my example, when a click event is registered to a button. the first time it is clicked, it is triggered once, after that it is triggered twice. but never more then 2 times.
This is expected behaviour. jQuery will remove and execute separately script blocks inside HTML that is manipulated by jQuery. See jQuery.clean.