I am trying to use jgesture plugin for pinchopen and pinchclose events. but i am getting the following error:
ReferenceError: Can't find variable: jQuery
does any one knw the solution? Thanks
I am trying to use jgesture plugin for pinchopen and pinchclose events. but i am getting the following error:
ReferenceError: Can't find variable: jQuery
does any one knw the solution? Thanks
Link to jQuery from one of the hosted locations, e.g.:
http://code.google.com/apis/libraries/devguide.html#jquery
Or downloaded it from jquery.com and put it in your web server path and include in your HTML files.
<script>window.jQuery || document.write(unescape('%3Cscript src="path/to/jquery.min.js"%3E%3C/script%3E'))</script>