2010-09-14 69 views
0

我得到一個UncaughtReferenceError:QuickRead不上這是QuickRead.applyToLinks();未捕獲引用錯誤:quickread沒有定義

我使用的腳本從這裏http://www.readshout.com/quickread線10定義,我相信我跟所有它使用路線它,但它不工作。

<!DOCTYPE html> 
<html> 
    <head> 
     <title>test</title> 
    </head> 
    <body> 
     <script language="JavaScript" type="text/javascript" src="http://www.readshout.com/bookmarklets/quickread/quickread.js"></script> 
     <script> 
      //QuickRead.setFilter('a.my_links'); 
      QuickRead.applyToLinks(); 
     </script> 
     <a href="http://robsheldon.com/giving-up-on-google">Give up on google</a><br /> 
     <a href="http://artchang.com/y-combinator-experience">ycomb exp</a> 
    </body> 
</html> 

回答

1

適合我。你可以嘗試手動添加jQuery 1.4.2,因爲QuickRead似乎動態加載它。否則,嘗試Firebug找到錯誤。

相關問題