I am using twitter-bootstrap to develop a web application that can render on multiple devices.
Now I would like to handle the ‘tap’ event. So my question here is:
- Can I handle the ‘tap’ event using jquery 1.7.2 without using jqueryMobile ?
- If the answer to the above question is a no, then how do I integrate jqueryMobile with twitter-bootstrap. Cause I tried including the jQueryMobile js in my twitter-bootstrap page and when I use it, the page breaks !!
I finally hit up on Touchable-jQuery-Plugin which handles touch and their corresponding mouse events.