$('#a').on("touchstart", function () { $(this).css('background-color', '#ddd'); });
event.target; event.stopPropagation();