Ajax History.pushstate,popstate Fallback Solution

Source: Internet
Author: User

。 The series API knows that the IE10 preview is not yet supported, and the latest version of Firefox/safari/chrome/opera supports

<! DOCTYPE html>
<meta charset= "Utf-8"/>
<title>0</title>
<body>
<input type= "button" value= "plus 1" onclick= "Add ()"/>
<div id= "Info" style= "border:red 1px solid;width:200px;padding:10px;" >0</div>
</body>
<script src= "History-0.5.js" ></script>
<script>
var info = document.getElementById (' info ');
var i = 1;
function Add () {
var data = {
PARAM:I,
Func:func
};
info.innerhtml = i;
Document.title = i;
History.push (data);
i++;
}

function func (i) {
info.innerhtml = i;
Document.title = i;
}
</script>

Development should be based on the requirements of the combination of the above forms to be compatible with all browsers, such as Sina Weibo on the combination of the use of the program one, four, five (base.js). Use of Histroy.js is strongly recommended if you use some open source libraries such as Jquery,mootools in your project. Old Dhtmlhistory.js and rsh have not updated the

for a long time.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.