Skip to main content

Bug Tracker

Side navigation

#11342 closed bug (invalid)

Opened February 13, 2012 10:47PM UTC

Closed February 13, 2012 10:53PM UTC

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/

Attachments (0)
Change History (1)

Changed February 13, 2012 10:53PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

That's not the way .on() works. If you need help, please ask on the forum or StackOverflow.