wiele klas do tego samego kliknięcia JQuery

$('.class1, .class2, .class3').click(function(){
	alert($(this).attr('data-id')); 
});
Rht