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

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