javascript - Uncaught TypeError in jQTouch -
i trying use swipe event in jqtouch. purpose, have code uses latest jqtouch.js . but, when try initialize this, error in browser console :
uncaught typeerror: undefined not function
the error present here in line :
var jqt = new $.jqtouch({ }); however, if not use line , swipe event not work, since, jqtouch dose not initialized.
i have no idea how solve . appreciated !
try using plugin here
and can initialize using
var jqt = new $.jqtouch({ });
Comments
Post a Comment