Subversion Repositories My Stuff

Compare Revisions

Ignore whitespace Rev 15 → Rev 16

/trunk/JavaScripts/ae-gallery-mine.js
27,9 → 27,20
'showNavArrows': false,
'showCloseButton': true,
'href': $(this).attr('src'),
'title': $(this).parent().find('p').html()
'title': $(this).parent().find('p').html(),
'onComplete' : function() {
$("#fancybox-wrap").hover(function() {
$("#fancybox-title").slideDown();
}, function() {
$("#fancybox-title").slideUp();
});
}
}
);
}).hover(function(){
$(this).parent().find('.ae-image-description:first').slideDown();
}, function(){
$(this).parent().find('.ae-image-description:first').slideUp();
});
var context = this;
this.preloadImage(this.current_index + 1);