javascript - How can i fire jQuery .click() or .tap() event on mobile devices explicitly -


i firing click event on div click() function of jquery. working in desktop browser, in mobile devices not working.

i found click event doesn't supported mobile browsers, tried tap event trigger("tap"), not working.

i need tap or click event in mobile devices jquery/javascript, how can ?

click events should work on mobile. need add

cursor: pointer 

to clickable elements.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -