使用 jquery Ajaxify 链接特定类
是否可以在不刷新页面的情况下加载所有带有“ajax”类的链接?应更改完整的正文内容、页面标题和 url,以便可以将其添加为书签。
Is it possible to load all the links with class 'ajax' without refreshing the page? The complete body content should be changed, the page title and the url should so it can be bookmarked.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这可能是最简单的方法,将 blah 替换为您的类,将 page.html 替换为您的页面。
That is probably the simplest way, replace blah with your class, and page.html with your page.
这应该适用于具有特定类别的所有链接,“目标”是主要内容 div 的 id。它不需要编辑当前的标记。
This should work for all links with a certain class, 'target' is the id of your main content div. It requires no editing of your current mark up.