Ater Deus
unread,Feb 13, 2012, 6:07:47 AM2/13/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fancybox
Sry, found this one. But now a new problem:
When i call FancyBox with
$(document).ready(function() {
$(document).delegate(".gallery", "click", function(event){
event.preventDefault();
$.fancybox(this,{
// fancybox options
}); // closes fancybox
}); // closes delegate
}); // closes ready
Images are not in galleries. So if i click picture, i can't change it
to next or prev. Where should i put .attr('rel','mygallery') ?