Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added tests for the latest version of jQuery (currently 1.7.1). #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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