文件名称:AjaxHistory:Ajax 调用的返回功能
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-25 13:35:32
JavaScript
阿贾克斯历史 Ajax 调用的返回功能。 我怎样才能使用它? 更新历史 在项目中使用ajax栈,ajax调用函数还需要调用ajaxHistory.js的history_update(ajaxCallString)函数 例子: 假设我有一个函数 (ajaxCallFunction),它通过 ajax 调用与服务器交互。 function ajaxCallFunction() { /* this is an ajax call */ ... ... } 要使用 ajax 堆栈,ajaxCallFunction 应如下所示: function ajaxCallFunction() { // here, we tell the history to add an ajax call to the history. // we give the name of the cur
【文件预览】:
AjaxHistory-master
----test.js(1KB)
----php()
--------loadItem.php(60B)
----index.html(672B)
----LICENSE(1KB)
----ajaxHistory.js(906B)
----README.md(1KB)