Use Wordpress Built In Jquery

时间:2013-07-29 作者:Howdy_McGee

我看到Wordpress在jquery中加载的每一页上,我该如何使用jquery,因为它一直告诉我它无法识别$$noConflict(); - 我正在尝试在下面添加一些jquerywp_head().

1 个回复
最合适的回答,由SO网友:Milo 整理而成

jQuery对象是jQuery 而不是$. 看见noConflict wrappers in wp_enqueue_script 对于一些示例。

jQuery(document).ready(function($) {
    // Inside of this function, $() will work as an alias for jQuery()
    // and other libraries also using $ will not be accessible under this shortcut
});

结束

相关推荐

在jQuery用户界面选项卡中使用wp_EDITOR()定义“SwitchEdtors is Not Defined

使用WordPress 3.5.2制作WordPress插件我在前端jquery UI选项卡内使用wp\\u editor()[ajax加载选项卡+同一面板上的两个编辑器],单击visual时出现以下错误。switchEditors is not defined 我甚至尝试添加this; it错误提示tinyMCE未定义。这是我的代码:<div id=\"tabs\"> <ul id=\"wpsca_ul\"> <li><a hr