You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The jQuery file included in the lib folder does not work on the demo.htm page. The demo will throw this error in the javascript console when you try to load it: 'Uncaught TypeError: Object # has no method 'off' '
Replace this line '<script type="text/javascript" src="lib/jquery.min.js"></script>' in demo.htm to include a newer version of jQuery to get the demo working. Or include your own version of jQuery (1.4 or greater I think - I used 1.9)
The jQuery file included in the lib folder does not work on the demo.htm page. The demo will throw this error in the javascript console when you try to load it: 'Uncaught TypeError: Object # has no method 'off' '
Replace this line '<script type="text/javascript" src="lib/jquery.min.js"></script>' in demo.htm to include a newer version of jQuery to get the demo working. Or include your own version of jQuery (1.4 or greater I think - I used 1.9)
Ex: '<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>'
The text was updated successfully, but these errors were encountered: