Send variable with location.reload in jquery

// Store
localStorage.setItem("lastname", "Smith");
// Retrieve
document.getElementById("result").innerHTML = localStorage.getItem("lastname");

Comments

Popular posts from this blog

Enable the imap in support in xampp server