我为 jquery 网站制作插件我使用谷歌 jquery 我正在使用代码
/*add_action( 'init', array( $this, 'include_jquery' ) );
function include_jquery(){
wp_deregister_script('jquery');
wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"));
wp_enqueue_script('jquery');
}*/
但它与我的头文件jquery的宽度冲突所以我要解决它