首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > JavaScript >

jquery.history.js 范例

2012-09-04 
jquery.history.js 实例meta http-equivContent-Type contenttext/html charsetutf-8onescript

jquery.history.js 实例
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">one<script type="text/javascript" src="js/jquery-1.7.js"></script><script type="text/javascript" src="js/jquery.history.js"></script><script type="text/javascript">(function($){ var origContent = ""; function loadContent(hash) { if(hash != "") { $('#panel').load(hash); } } $(document).ready(function() { $.history.init(loadContent); });})(jQuery);</script>onetwothreethreesss

热点排行