I have a page on iPad. How do I get the specific element that was touched instead of the generic container element?
$(document).bind("touchstart",function(e){ console.log("touchstart on target : " + e.target.id); }
Dimensions + $(document).ready() + Safari 3.1 == misery (Brandon?) in Developing jQuery Core 3 years ago Hi guys,while building a plugin, I came upon a few nasty bugs in Safari 3.1.The elements which were used were the following: