Response title
This is preview!
function clearData() {
var form1a = document.getElementById('form1a');
form1a.summary.value = "";
localStorage.removeItem("about");
localStorage.removeItem("DateFrom");
localStorage.removeItem("DateTo");
localStorage.removeItem("EventNotes");
alert('All data from this page has been erased.');
window.location = "export.html";
}
I don't understand this: "Another question: Are you changing the hash as you navigate through pages? If you don't refresh will give you problems." I use the back button functionality, data-add-back-btn="true"
© 2013 jQuery Foundation
Sponsored by and others.