在Wordpress中包含jQuery
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在Wordpress中包含jQuery相关的知识,希望对你有一定的参考价值。
if( !is_admin()){ wp_deregister_script('jquery'); wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"), false, '1.3.2'); wp_enqueue_script('jquery'); }
以上是关于在Wordpress中包含jQuery的主要内容,如果未能解决你的问题,请参考以下文章