$(\"a[rel^='prettyPhoto']\").prettyPhoto({
changepicturecallback: function(){
_gaq.push(['_trackEvent', 'Photos', 'View', pp_images[set_position]]);
}
});
$("a[rel^='prettyPhoto']").prettyPhoto({
opacity: 0.85,
show_title: false,
theme: 'dark_square',
social_tools: false,
overlay_gallery: false,
changepicturecallback: function(){
ga('send', 'event', 'Category Name','event name',pp_images[set_position],{'transport':'beacon'});
}
});
});
It looks like you're new here. If you want to get involved, click one of these buttons!