php Wordpress入队jQuery

Posted

tags:

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

  // Put this PHP code into your functions.php  le. 
  // This will load the jQuery library onto your page by inserting a link in the <head> section where you call wp_head.
  
  if(!is_admin()) {
      wp_deregister_script('jquery');
      wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/
  jquery/1.3.2/jquery.min.js"), false, '1.3.2');
      wp_enqueue_script('jquery');
  }

以上是关于php Wordpress入队jQuery的主要内容,如果未能解决你的问题,请参考以下文章

jQuery 未在 Wordpress 中定义,但我的脚本已正确入队

php WordPress入队

在functions.php中入队脚本后,Javascript无法在wordpress上运行

php [Debug enqueue scripts]快速调试,列出所有入队脚本。 #WordPress #enqueue

Wordpress:为啥我的样式表没有入队?

将 jQuery 和 Twitter PHP 代码插入 WordPress