jQuery Plugin For Removing The 300ms Delay On Mobile Device - fastButtons

File Size: 6.78KB
Views Total: 6166
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
jQuery Plugin For Removing The 300ms Delay On Mobile Device - fastButtons

fastButtons is an useful and user-friendly jQuery mobile plugin that replaces default click events with jQuery Mobile's vclick to speed up click events. This plugin can be used to removes the 300ms delay in some browsers (like iOS and Android) .

How to use it:

Just simply place jQuery library, jQuery Mobile Library and jQuery fastButtons anywhere on your page

<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
<script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
<script src="jquery.mobile.fastButtons.js"></script>

Change Log:

v1.0.3 (2013-05-29)

  • fixed click events not being found in later jQuery Mobile version

This awesome jQuery plugin is developed by justinmc. For more Advanced Usages, please check the demo page or visit the official website.