How do I use jQuery for click event in iPhone web application

I struggled with this as well. After lots of toying around and trying to figure out the problem, I came across a simple solution.

If you set the element’s cursor to pointer, it magically works again with Jquery’s live and the click event. This can just be set globally in the CSS.

Leave a Comment