从googlelibrariesapi加载最新版本的jQuery并注销Wordpress版本
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从googlelibrariesapi加载最新版本的jQuery并注销Wordpress版本相关的知识,希望对你有一定的参考价值。
Load latest version of jQuery from Google Libraries API and de-register Wordpress version
if( !is_admin()){ wp_deregister_script('jquery'); wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"), false, '1.7.2'); wp_enqueue_script('jquery'); }
以上是关于从googlelibrariesapi加载最新版本的jQuery并注销Wordpress版本的主要内容,如果未能解决你的问题,请参考以下文章
JavaScript 从Google的CDN服务器加载最新版本的jQuery和jQueryUI
从Google的CDN服务器加载jQuery和jQueryUI的最新版本