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

Merge JS and CSS file to make your codeigniter website faster using CARABINER library