Which child element was clicked in jQuery $('#id').click(function(e){ alert(e.target.id);// The id of the clicked element});
Post a Comment