tags:

views:

23

answers:

2

It looks like .live() not working on version 1.4.2 anymore. Is it true?

A: 

.live() works in 1.4.2+, though there is a specific issue with IE8 and the change event bubbling (you can use .delegate() however). Is that your issue?

There are no other issues with .live() I'm aware of, if you provided more context it would help discern the exact issue, given it's not IE8 & change like I mention above.

Nick Craver
A: 

Not true.

Here's proof. I've selected jQuery 1.4.2 on the left.

Marko