jquery-touch-fix
Version:
Ensure event.touches are monitored by jQuery touch listeners.
18 lines (11 loc) • 458 B
Markdown
jquery-touch-fix
==========
Ensure event.touches are monitored by jQuery touch listeners.
Touch-fix can be used as a requirejs module or standard script include.
If used with requirejs, touch-fix will return the required instance of jquery that has been augmented for convenience.
```
var jqueryWithTouch = require("jquery-touch-fix/jquery-touch-fix");
or
<script src="jquery-touch-fix/jquery-touch-fix.js" /></script>
```