reveal icon indicating copy to clipboard operation
reveal copied to clipboard

Doesn't work with jquery 1.9.1

Open namzo opened this issue 11 years ago • 6 comments

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"

namzo avatar Mar 11 '13 17:03 namzo

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

daemonsy avatar Mar 13 '13 16:03 daemonsy

Replace .live() to .bind()

0x64B avatar Mar 20 '13 16:03 0x64B

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

joeyfigaro avatar Jul 25 '13 18:07 joeyfigaro

Uff... thanks, very helpful information.

renzosalvador avatar Jul 02 '14 10:07 renzosalvador

Thank you al0p! Worked perfectly

eroedig avatar Oct 07 '14 18:10 eroedig

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

vinayakumarnk avatar Feb 03 '17 07:02 vinayakumarnk