我收到UncaughtReferenceError:第10行没有定义QuickRead QuickRead.applyToLinks();
我正在使用此处http://www.readshout.com/quickread的脚本,我相信我遵循了它所使用的所有指示,但它无效。
<!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>
答案 0 :(得分:1)
适合我。但是你可以尝试手动添加jQuery 1.4.2,因为QuickRead似乎动态加载它。否则请尝试使用Firebug来查找错误。