jquery Programming Glossary: mydown
Click event called twice on touchend in iPad http://stackoverflow.com/questions/8503453/click-event-called-twice-on-touchend-in-ipad var isIOS iphone ipad gi .test navigator.appVersion var myDown isIOS touchstart mousedown var myUp isIOS touchend mouseup and.. mouseup and then bind it like this '#next_item' .bind myDown function e You can also make a event that takes care of it see.. special events Basic normalized down event .event.special.myDown setup function var isIOS iphone ipad gi .test navigator.appVersion..
Click event called twice on touchend in iPad http://stackoverflow.com/questions/8503453/click-event-called-twice-on-touchend-in-ipad is on a tablet and then relay on the touch start things... var isIOS iphone ipad gi .test navigator.appVersion var myDown isIOS touchstart mousedown var myUp isIOS touchend mouseup and then bind it like this '#next_item' .bind myDown function.. var myDown isIOS touchstart mousedown var myUp isIOS touchend mouseup and then bind it like this '#next_item' .bind myDown function e You can also make a event that takes care of it see http benalman.com news 2010 03 jquery special events Basic.. takes care of it see http benalman.com news 2010 03 jquery special events Basic normalized down event .event.special.myDown setup function var isIOS iphone ipad gi .test navigator.appVersion var myDown isIOS touchstart mousedown this .bind myDown..
|