PHP, MySQL, Joomla, Wordpress and other CMSes as well as CSS, jScript, jQuery related tested & trusted references links will be posted here for every PHP enthusiasts references. Enjoy
Search This Blog
Saturday, April 25, 2020
How to Store an Array in LocalStorage - [SOLVED]
localStorage only supports strings. Use JSON.stringify() and JSON.parse().
place array inside onDeviceReady and asign the json array to localStorage
On Page parse values stored in localStorage array into another json array for implimentation
No comments:
Post a Comment