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

Included version of jQuery does not work with demo #33

Open
afisher3 opened this issue May 1, 2013 · 0 comments
Open

Included version of jQuery does not work with demo #33

afisher3 opened this issue May 1, 2013 · 0 comments

Comments

@afisher3
Copy link

afisher3 commented May 1, 2013

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>'

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

No branches or pull requests

1 participant