我可以从 url 打开选项卡并仍然使用 ajax

发布于 2024-08-02 15:23:21 字数 434 浏览 0 评论 0原文

我需要也能与 URL 一起使用的 jQuery 选项卡

示例 我有一个个人资料页面 url.com/profile.php?u=1 在此个人资料页面上 我有一些选项卡、朋友、评论、关于、这些选项卡使用 jquery 和 ajax 将适当的页面加载到其中。

现在我想让我也可以访问一个特殊的 URL,它会加载适当的选项卡。例如转到 url.com/profile.php?u=1&p=friends,个人资料页面将加载,但好友选项卡将已加载。

有没有简单的方法可以做到这一点?

我完全迷失了,但是当我输入这个问题时,我想到了 1 个想法,我可以在我的 php 页面中将其设置为根据 URL 中的页面使用不同的 jquery 代码。

还有其他方法吗?

PS)我不想使用jqueryUI

I need jQuery tabs that will also work with a URL

Example I have a profile page url.com/profile.php?u=1 on this profile page I have some tabs, friends, comments, about, and these tabs load the appropriate page into them using jquery and ajax.

Now I would like to make it where I could also go to a special URL and it will load the appropriate tab. like go to url.com/profile.php?u=1&p=friends and the profile page would load but the friends tab would be loaded already.

Is there an easy way to do this?

I was completely lost but as I typed this question 1 idea came to mind, I could, in my php page set it to use differnt jquery code depending on the page in the URL.

Is there other ways?

PS) I do not want to use jqueryUI

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

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

发布评论

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

评论(1

你穿错了嫁妆 2024-08-09 15:23:21

url.com/profile.php?u=1&p=friends 应呈现好友选项卡的内容并对其进行初始选择。您可以调整 tabstrip 实现,以便它考虑此类标记并且不通过 ajax 加载其内容。

The url.com/profile.php?u=1&p=friends should render the content of the friends tab and have it initially selected. You can adjust your tabstrip implementation so that it takes into account such markup and don't load its content through ajax.

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