Touchable-jQuery-Plugin
Touchable-jQuery-Plugin copied to clipboard
Touchable jQuery Plugin
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
When a try `npm install dotmaster/Touchable-jQuery-Plugin --save` the NPM can't install this package and also returns in log file: ``` 0 info it worked if it ends with ok 1...
Hi all, How can require failure tap trigger when double tap? Thanks
Changed according to http://api.jquery.com/data/
I would like to be able to do something like this, but I cannot see a way to do it: ``` $el.on("touchablemove", function (e, touch) { touch.originalEvent.preventDefault(); touch.originalEvent.stopPropagation(); }); ```...
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();
http://plugins.jquery.com/project/Touchable is down or no is longer available. Can we just remove this link from github for now and make this point to [demo page](http://dotmaster.github.com/Touchable-jQuery-Plugin/demo/demo.html) instead.
If the element if loaded at the same time the DOM is loaded then your script recognizes the element you are targeting and it works. If you add an element...