WordPress 开发中出现 Uncaught ReferenceError: jQuery is not defined TypeError: $ is not a function

问题描述 WordPress在主题、插件开发中,如果我们直接使用 ` $(‘#ID’) ` 这种写法就会报错:…

问题描述

WordPress在主题、插件开发中,如果我们直接使用 ` $(‘#ID’) ` 这种写法就会报错:

Uncaught ReferenceError: jQuery is not defined

TypeError: $ is not a function

解决方法

jQuery(function($) { 
   // use $
});

类别:WordPress教程

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT

登录 账号发表你的看法,还没有账号?立即免费 注册