在 WordPress 中使用 jQuery 的 .load() 函数

发布于 2024-09-14 19:55:42 字数 298 浏览 3 评论 0原文

我正在将 HTML 网站迁移到 WordPress 主题,并有以下问题:

我当前的 HTML 网站充分利用了 jQuery 的 .load() 函数,我可以在其中更改页面(通过 DIV),根据用户选择的侧面菜单选项使用 .load()

有了这个,我仍然可以在我的网站的 WordPress 版本中保留此处理吗?如果可以,我将如何执行此操作,因为显然它使用的是 jQuery 库?

这是我在 header.php 文件中的内容,以便所有页面都能看到它吗?

I'm in the process of migrating my HTML website into a WordPress Theme and have the following question:

My current HTML website makes full use of jQuery's .load() function, by where I change the content of the page (via a DIV), using .load() based on my side menu options selected by the user.

With this, can I still keep this processing within the WordPress version of my site and if so, how would I go about doing this as obviously it's using jQuery library?

Is this something I have in my header.php file so that all pages see it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

洛阳烟雨空心柳 2024-09-21 19:55:42

是的,您可以在 WordPress 页面编辑器中使用 javascript。我相信你只需将 [RAW]...[/RAW] 标签包裹起来即可。当然,您需要在页面上包含 jquery.js 文件。您可以在页面编辑器的同一页面中执行此操作,也可以将其输出到全局文件之一(例如头文件)中,是的。

yes, you can use javascript within wordpress page editor. I believe you just wrap [RAW]...[/RAW] tags around it. You would of course need to include the jquery.js file on your pages. You can do it within the same page in the page editor or have it output in one of the global files like the header file, yes.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文