Skip to content

Conversation

@studgeek
Copy link

@studgeek studgeek commented Mar 3, 2012

Added tests for the latest version of jQuery (currently 1.7.1).
Also updated doc to show that it works for 1.7.1 and Firefox 10.

Updated doc to show that it works for 1.7.1 and Firefox 10.
@ova2
Copy link

ova2 commented Jul 24, 2012

Hi,

This is not working with jQuery 1.7.2

$(document).on("resize", ".selector", function(e) {
// do something
});

Any idea? I would like to use .live() to be able to use AJAX updates. .live() is deprecated, so that I tried with .on(), but it doesn't work.

Thanks in advance for any tip.

@ova2
Copy link

ova2 commented Jul 24, 2012

Firebug shows JS Error: "TypeError is undefined"
Line: data.w = w !== undefined ? w : elem.width();

@ova2
Copy link

ova2 commented Jul 24, 2012

Sorry. "TypeError, data is undefined"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants