好吧,我难住了。我有 jquery 工作的页面,但由于某种原因,这没有。
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js"></script>
</head>
<body>
</body>
<script>
jQuery(function($) { alert() })(jQuery);
</script>
</html>
我怀疑这是我用于 jquery 的链接,但准备好的功能没有触发,我看不出原因。