, , , - (beforeShow, beforeLoad, onUpdate ..), .
, .
fancybox, fancybox.
, this , , .
, .
$('.fancybox').each(function() {
var that = this;
$(this).fancybox({
beforeLoad: function() {
var id = $(that).attr('id');
console.log("id of element clicked is: "+id)
}
});
});