Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我最近发现这个js在JSFiddle上不起作用。请帮忙!我的代码很简单,但它似乎仍然不起作用!这是我的代码:
$(document).ready{ alert("hey"); });
提前致谢!
您有语法错误,您的代码缺少(:
(
$(document).ready(function(){
另一个原因可能是您没有在小提琴中加载 jQuery。为此,在侧边栏上单击下拉菜单并选择其中一个 jQuery 项目。