如何在不更改页眉和页脚的情况下更改html页面中的内容位置

发布于 2024-09-25 16:11:05 字数 151 浏览 6 评论 0 原文

我有五个 html 页面,所有页面都有相同的搜索选项卡、页眉、页脚,我的问题是当输入特定搜索文本并单击搜索时,仅显示输出的内容位置必须在 html 页面中更改,而无需更改页眉和页脚。 我在客户端使用 html、javascript、jquery,在服务器端使用 c# 编码的 Web 服务

I have five html pages ,all pages have same search tab,header,footer, my question is when enter particular searchtext and click search only the content place where the output will be displayed has to be changed in the html pages without change in header and footer.
I am using html ,javascript,jquery on clientside and webservices with c# coding on the server side

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

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

发布评论

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

评论(1

自此以后,行同陌路 2024-10-02 16:11:05

最简单的答案是使用 jQuery 的 .ajaxComplete.load()。看看这些,如果您在实施它们时遇到具体问题,我们可以提供帮助。

The easiest answer would be to use jQuery's .ajaxComplete or .load(). Look at those and, if you have a specific problem implementing them we can help out.

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