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,所以我在一个 JS 文件中缩小了许多 jQuery 插件,例如 Superfish,就在下面,在同一个文件中,我初始化了 jQuery(document).ready 中的各种插件,但控制台显示未定义错误,例如:
未捕获的类型错误:对象 [object Object] 没有方法“superfish”
但是,当我在 jQuery(document).ready 之外进行初始化时,一切都很好!
任何线索这里有什么问题?
先用 JSLint 检查你的代码,也许你忘了分号什么的。