- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to use FastClick with jQuery Mobile the right way in HTML?
There is no need to use 3rd party plugins like Fastclick.
jQuery Mobile solved this with vclick event.JQuery works well on mobile and desktop and don’t have 300 ms delay
$(document).on('vclick', '#impButton', function(){ });
- Related Articles
- Use HTML with jQuery to make a form
- The Right Way to Use a Humidifier for Sinusitis
- Way of validating RadioBoxes with jQuery?
- How to use jQuery to get the value of HTML attribute of elements?
- How to create Unordered listviews using jQuery Mobile?
- How to clear HTML form fields with jQuery?
- What is the best way to add DOM elements with jQuery?
- How to add and remove HTML attributes with jQuery?
- How to use multiple JavaScript libraries along with jQuery?
- Review the Right Way!
- How to limit excessive use of mobile?
- How to link jQuery in HTML page?
- How to disable right click using jQuery?
- How do we use .not() with jQuery selector?
- How to use universal (*) selector in jQuery?

Advertisements