Hijax使用jQuery搜索友好的Ajax链接
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Hijax使用jQuery搜索友好的Ajax链接相关的知识,希望对你有一定的参考价值。
$(document).ready(function() { $("a").click(function(event) { // Prevent default click action if javascript is enabled event.preventDefault(); //load the content of the new page into the content of the current page $("#content").load( $(this).attr("href") + " #content"); }) });
以上是关于Hijax使用jQuery搜索友好的Ajax链接的主要内容,如果未能解决你的问题,请参考以下文章
使用 jQuery deferred 中止 AJAX 请求链