problem with local storage getItem and setItem – Jquery
is there a way to use localstorage on the code below? just to make sure that the text you typed remains on the box you sent it to even after refreshing. jquery: $(document).ready(function() { var $input1 = $('.textField'); $(".sendTo").on("click", function()…