- Download 插件。
- 加载 jQuery library 。
- 添加代码到你的页面
<script type="text/javascript" src="ajaxify.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('.ajaxify').ajaxify();
});
</script>
<a class="ajaxify" href="example.php" target="#container">
Click here</a>
更多例子请看这里
作用是无刷新加载链接页面到指定DIV