Opened 11 years ago
Closed 11 years ago
#11342 closed bug (invalid)
jQuery 1.7.1 Event "On"
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Not sure this is a feature 1.7+ doesn't support or it's a bug related to ".on()" event
This one works with ".live()" event in 1.7.1 http://jsfiddle.net/AxtgC/
But it doesn't work with ".on()" event in this case http://jsfiddle.net/AxtgC/1/
However it works in following case http://jsfiddle.net/AxtgC/2/
Note: See
TracTickets for help on using
tickets.
That's not the way
.on()
works. If you need help, please ask on the forum or StackOverflow.