Tap highlight in Safari Mobile and jQuery on() function produce huge highlight
问题 I am using jQuery's on() function on iOS' Safari Mobile Browser like this: $("#content").on(".element", click(function(){ do stuff}); When clicking on .element Safari highlights the whole #content area instead of just the area .element takes. When using $(".element").click(function(){do stuff}); instead the right area is highlighted. I guess this is the expected behavior but it's not intuitive for the user at all, so I'm looking for a workaround. I know I can get rid of the highlighting