升级旧主题的jQuery

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了升级旧主题的jQuery相关的知识,希望对你有一定的参考价值。

Eventually, you're going to need to style this website so here are a few tricks
  1. /** ******** ******** ******** ******** ******** ******** ******** ********
  2. * TITLE: YOO THEME STYLING OF CSS, JS, AND FONTS
  3. * DESCRIPTION: Eventually, you're going to need to style this website so here are a few tricks
  4. *
  5. * http://codex.wordpress.org/Function_Reference/wp_enqueue_script
  6. * http://yootheme.com/themes/documentation/customizing/add-new-css-js-or-fonts
  7. */
  8. function upgrade_jquery(){
  9. //using a newer version of jQuery will break stuff in WP admin
  10. if (!is_admin()) {
  11. //Remove existing jquery
  12. wp_deregister_script('jquery');
  13. wp_dequeue_script('jquery');
  14.  
  15. //Add new jQuery
  16. wp_register_script('jquery', '//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js', false, '2.1.1');
  17. wp_enqueue_script('jquery');
  18.  
  19. wp_register_script('jquery-migrate', 'http://code.jquery.com/jquery-migrate-1.2.1.min.js', false, '1.2.1');
  20. wp_enqueue_script('jquery-migrate');
  21. }
  22. }
  23. add_action( 'wp_enqueue_scripts', 'upgrade_jquery', 100 );

以上是关于升级旧主题的jQuery的主要内容,如果未能解决你的问题,请参考以下文章

我升级到 Android Studio 2.3.3,一个旧的、无错误的程序现在给出错误:“片段应该是静态的......”

jquerymobile 主题 .html 动态 div 替换 jquery

PHP WordPress条件为主页SlideDeck主题代码片段

在页面上包含两个版本的 jQuery 而不会影响旧插件

主题不适用于片段

党团信息架构设计室党支部开展“清挖老旧系统,助力降本增效”主题攻关工作