java378656992 发表于 2013-2-7 15:00:52

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
页: [1]
查看完整版本: jquery.history.js 实例