Fancybox gallery with jQuery's .live()
问题 I am trying to display a Fancybox gallery with data that gets loaded via JSON. I was able to get the Fancybox to load properly after I load in and append the new HTML. However, when I attached rel="somegroup" the gallery functionality doesn't work and I cannot iterate through the group of images from the Fancybox. Here's my fancybox call: $('.fancyness').live('click', function(){ $.fancybox(this, { 'width' : 'auto', 'height' : 'auto', 'titleShow' : true, 'titlePosition' : 'over' }); return