dotmaster/Touchable-jQuery-Plugin

I get these 2 errors using Touchable.min.js. Don't get it using normal version

katysovas opened this issue · 1 comments

plugins.js (line 3)
c.q is undefined
var $btnSearch = $('#btnSearch').Touchable();

sliding.js (line 12)
$("#btnSearch").Touchable is not a function
var $btnSearch = $('#btnSearch').Touchable();

I am also getting these, in hoverable_and_touchable.min.js I get:
Cannot set property 'A' of undefined
and:
Touchable is not a function
in touchable.min.js I get:
Cannot set property 'S' of undefined
and:
Touchable is not a function