当页面上没有页眉和页脚时如何包含jQuery

时间:2017-05-18 作者:HOY

我有一个插件页面,它没有header.phpfooter.php. 如何在此页面上包含Wordpress jQuery,以便使用如下语法?

  jQuery(document).ready(function()
  {
      alert(\'hello\');
  });
目前它说:

Uncaught ReferenceError: jQuery is not defined

2 个回复
最合适的回答,由SO网友:Rarst 整理而成

虽然不常见,但您可以使用wp_print_scripts( [\'jquery\'] ) 用于显式输出。

请注意,您可能会遇到以意外方式触发挂钩等问题<通常,前端的所有WP页面都应该正确地实现页眉/页脚。

SO网友:Aniruddha Gawade

使用wp_head();wp_footer(); 如果您将所有html放在一个文件中。

尽管我建议为你的插件页面定制标题。这将有<head>, <html> 和其他必要的标签。与页脚相同。eg. header-plugin.php 以及用途get_header(\'plugin\');

结束

相关推荐

防止在静态首页加载其他版本的jQuery

This site is using cordillera which calls on /wp-includes/js/jquery/jquery.js?ver=1.11.2.The child theme contains a front-page.php which consists of:<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/