
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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(){ });
Advertisements