Thomas89 / simplemodal

Automatically exported from code.google.com/p/simplemodal
0 stars 0 forks source link

Script blows up after jQuery.noConflict(true) #57

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
SimpleModal 1.4.1

Several tested, 1.4.4 mostly

Line #233 does an instanceof check against the global jQuery value, which has 
been destroyed by the time I use .modal().  If you change it to "instanceof $" 
it'll work.

Original issue reported on code.google.com by mrk...@gmail.com on 1 Jan 2011 at 2:27