当前位置: 代码迷 >> JavaScript >> jquery.history.js 范例
  详细解决方案

jquery.history.js 范例

热度:519   发布时间:2012-09-04 14:19:30.0
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>
  • one
  • two
  • three
  • threesss
  •   相关解决方案