mattbryson / TouchSwipe-Jquery-Plugin

TouchSwipe is a jquery plugin to be used with jQuery on touch input devices such as iPad, iPhone etc.
http://labs.rampinteractive.co.uk/touchSwipe/
Other
4.05k stars 1.68k forks source link

Uncaught TypeError: $(...).swipe is not a function #351

Open MariaIsabelLL opened 5 years ago

MariaIsabelLL commented 5 years ago

Hi, i have this error and i dont now why, im including this libraries:

Thanks,

tiesont commented 5 years ago

That's likely an issue with the path you're using for touchSwipe.js. I assume if you open the developer console you'll see a 404 error.

/resources/js is an absolute path that resolves to a resources folder at your site root, with a js folder inside that. Is that correct?

MariaIsabelLL commented 5 years ago

Hi, isn´t a problem with the path, becouse touchSwipe.js and the others javascript files load correctly. can it be another problem?

StanislawVictorovich commented 3 years ago

having the same problem