How to make my ‘click’ function work with iOS

Click “: means When a mousedown and mouseup event occur on the same element OR an element is activated by the keyboard.

from Jquery Bug, there is work around , Just add "cursor: pointer" to the element’s CSS and the click event will work as expected. and you can even see this Jquery click on Ios for help

Leave a Comment