jQuery('.block').append(html);
如何在此追加上運行livequery?jQuery附加html
我對我的圖像http://fancybox.net,試圖執行它爲附加的HTML。
jQuery('.block').append(html);
如何在此追加上運行livequery?jQuery附加html
我對我的圖像http://fancybox.net,試圖執行它爲附加的HTML。
你可以這樣做,瞄準你的圖像:
$('.block').find('#myImages img').fancybox();
如果不工作,你可以在這裏看接受的答案:Fancybox, getting Fancybox to bind using LIVE() to items being loaded onto the page after load
比方說,你這樣做是在頁面加載:
$('#myImages').fancybox();
,做以下所附更多#myImages
:
$('.block').append(html);
然後,你可以綁定.fancybox()
只是這些元素:
$('.block').find('#myImages').fancybox();
這是活的,它的移動,它是活的,它是活的,它是活的,它是活的,它活了! – James 2011-02-03 12:17:29