onClick event not working on tablet,ipad? it is perfectly working on Pc browser but not working for touch events , i tried .binding(),.on() and many thing but they are not
You can use tap, swipe, taphold etc events for the tablets,touch you can do this like
tap, swipe, taphold etc
$('htmlelement').bind('click', ClickFunction ).bind('tap', ClickFunction );
Here are the list of jquery mobile events events
Also try to use the jquerymobile