这是我的JsFiddle 链接。我正在测试 jQuery 是否有效,但它没有。我犯过什么错误吗?我检查了 jQuery 的文档,一切似乎都很好。怎么了?
$(document).ready(function() {
//insert code here
alert("this will flre when the DOM is loaded.");
});
这是我的JsFiddle 链接。我正在测试 jQuery 是否有效,但它没有。我犯过什么错误吗?我检查了 jQuery 的文档,一切似乎都很好。怎么了?
$(document).ready(function() {
//insert code here
alert("this will flre when the DOM is loaded.");
});