2013-08-06 29 views

回答

1

$(document).ready(function() { 
    $("#abc").click(function() { 
        alert("I am alteast here"); 
      document.write("<p>I am inside script avaScript</p>"); 
     }); 

}); 

內附解決的問題。

+0

這是一個好主意,但這並不合理 - 窗口加載應始終在DOMContentLoaded之後。 – NoBugs

0

你不需要螢火蟲調試這個 - 我在的jsfiddle測試,你想要做的與內置的調試工作是什麼:

enter image description here

這可能是螢火蟲越來越糊塗關於參考,也許使用以前加載的框架的上下文?

+0

爲什麼downvote - 在哪個版本的Firefox中打破? – NoBugs

+0

解決什麼是合理的答案upvote。 – rbrito

相關問題