Modify ↓
Ticket #7040 (closed bug: invalid)
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: | |
| Blocking: | Blocked by: |
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.
Attachments
Change History
Changed 3 years ago by peet
-
attachment
jquerytest.html
added
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

the first time clicked 1 event after that 2 events