$(document).click(function(event){ $(event.target).hasClass("clickable").each(function(){ // "this" is your "clickable" clicked }); });