jQuery Plugin To Speed Up Click Event On Mobile Browser - Reactify
File Size: | 5.69 |
---|---|
Views Total: | 1399 |
Last Update: | |
Publish Date: | |
Official Website: | Go to website |
License: | MIT |
Reactify is a small jQuery plugin for mobile that makes click events trigger immediately, especially on iOS and Android.
See also:
How to use it:
1. Load the latest version of jQuery javascript library from jQuery.com CDN
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
2. Load the jquery.reactify.js on your page, after jQuery
<script src="jquery.reactify.js"></script>
3. Call the plugin
<script> $('a').reactify(); </script>
This awesome jQuery plugin is developed by AphexConsulting. For more Advanced Usages, please check the demo page or visit the official website.