开发者

Uncaught reference error: quickread is not defined

I get an UncaughtReferenceError: QuickRead is not defined on line 10 which is QuickRead.applyToLinks();

I am using the script from here http://www.readshout.com/quickread and I believed I followed all the directions it has to use it, yet its not working.

<!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.开发者_JAVA百科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>


Works for me. You could however try to add jQuery 1.4.2 manually, as QuickRead seems to dynamically load it. Otherwise try Firebug to find the error.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜