Hijax使用jQuery搜索友好的Ajax链接

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Hijax使用jQuery搜索友好的Ajax链接相关的知识,希望对你有一定的参考价值。

  1. $(document).ready(function() {
  2. $("a").click(function(event) {
  3. // Prevent default click action if javascript is enabled
  4. event.preventDefault();
  5. //load the content of the new page into the content of the current page
  6. $("#content").load( $(this).attr("href") + " #content");
  7. })
  8. });

以上是关于Hijax使用jQuery搜索友好的Ajax链接的主要内容,如果未能解决你的问题,请参考以下文章

Ajax等待返回结果时,弹出一个友好的等待提示

Ajax等待返回结果时,弹出一个友好的等待提示

搜索引擎对网站友好的表现有哪几点?

使用 jQuery deferred 中止 AJAX 请求链

来自 Google CDN 的 HTTPS 友好的 jQuery CSS 主题

一个简单、移动友好、可自定义的快速/实时搜索jQuery插件。