上我想加載javascript代碼,一旦燈箱被加載。 請解釋一下應該使用的事件。加載jQuery的收藏夾頁
<script>
$j(function() {
alert("hello");
});
</script>
<a href="#generated-code" data-toggle="lightbox">SHOW CODE</a>
<div id="generated-code" class="lightbox hide fade" aria-hidden="true" role="dialog" tabindex="-1" class="container-fluid">
<div class="lightbox-content">
<textarea name="box-content" id="box-content" rows="6" cols="50">Sample text</textarea>
<p><input type="button" id="copy" name="copy" value="Copy" /></p>
</div>
</div>
上述腳本執行的頁面加載,而不是當我點擊裏面lightbox.I複製按鈕要執行的複印鍵單擊腳本,但即使我使用點擊使用jQuery事件這是行不通的。
請幫忙。
請檢查代碼 – 2013-05-09 10:16:21