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.
jQuery代码:
$('#loading').slideDown('slow'); alert("go");
在我的例子中,alert() 函数没有调用,这意味着 slideDown() 之后的代码没有执行。有任何想法吗?
jQuery 库是否正确加载?