Syntax error How to use FastClick with jQuery Mobile the right way in HTML?

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(){
});
Updated on: 2020-01-30T07:01:08+05:30

174 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements