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

Doesn't work with jquery 1.9.1 #75

Open
namzo opened this issue Mar 11, 2013 · 6 comments
Open

Doesn't work with jquery 1.9.1 #75

namzo opened this issue Mar 11, 2013 · 6 comments

Comments

@namzo
Copy link

namzo commented Mar 11, 2013

The modal box doesn't open when you click on a link using the latest version of jquery. I tested with "jquery-1.9.1.min.js"

@daemonsy
Copy link

.live() is removed in jQuery 1.9 and a bunch of other stuff. Won't work until those are addressed.

@0x64B
Copy link

0x64B commented Mar 20, 2013

Replace .live() to .bind()

@joeyfigaro
Copy link

@thiagovian .on() is preferred since 1.7, according to the jquery docs.

@renzosalvador
Copy link

Uff... thanks, very helpful information.

@eroedig
Copy link

eroedig commented Oct 7, 2014

Thank you al0p! Worked perfectly

@vinayakumarnk
Copy link

vinayakumarnk commented Feb 3, 2017

Check out this, Solved here http://stackoverflow.com/a/42019168/3725739

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

No branches or pull requests

7 participants