/ Published in: HTML
testing HTML5 LocalStorage
Expand |
Embed | Plain Text
function locStorageExist() { if(localStorage) { return "Localstorage:Supported"; }else{ return "Localstorage:unSupported"; } }
You need to login to post a comment.
