JQTouch加载外部html页面

发布于 2024-10-15 23:16:41 字数 67 浏览 2 评论 0原文

我们是否需要将 div 内的所有页面都放在一个 html 页面中? 对于我的网站,我需要创建一个巨大的文件来完成此任务。

Do we need to have all pages inside divs in one html page?
In case of my website I would need to create a huge file to accomplish that.

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

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

发布评论

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

评论(1

誰認得朕 2024-10-22 23:16:41

简短的回答是,不,你不需要。在链接标签中,不要输入:

<a id="#linkTo">Link!</a>

您将输入

<a href="link/to/content">Link!</a>

您的内容必须是 html 片段,而不是完全烘焙的网页。您可以查看演示以了解这是如何完成的。

Short answer is that no, you do not. In your link tags, instead of typing:

<a id="#linkTo">Link!</a>

You would type

<a href="link/to/content">Link!</a>

Your content would have to be an html snippet instead of a fully baked web page. You can look at the demos to see how this is done.

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