reveal
reveal copied to clipboard
Doesn't work with jquery 1.9.1
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"
.live()
is removed in jQuery 1.9 and a bunch of other stuff. Won't work until those are addressed.
Replace .live()
to .bind()
@thiagovian .on() is preferred since 1.7, according to the jquery docs.
Uff... thanks, very helpful information.
Thank you al0p! Worked perfectly
Check out this, Solved here http://stackoverflow.com/a/42019168/3725739