Javascript history:现代Web应用程序的历史推送库
Javascript历史库现代Web应用程序的历史推送库。为历史设置一个新的url: lusu.history.push( string page, function callback ); lusu.history.push('/page/id/3', function() { // Action when the load is done. });如果你想做一个获取请求: lusu.doc.get( string page, function callback ); lusu.doc.get('page', function(response) { // Action. });如果要在文档准备好时触发操作: lusu.doc.get( function callback ); lusu.doc.ready(function() { /
文件列表
Javascript-history-master.zip
(预估有个5文件)
Javascript-history-master
lusu.min.js
936B
lusu.js
2KB
examples
example_1.html
386B
README.md
660B
.gitattributes
483B
暂无评论