Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to store object in session storage

Could you not 'stringify' your object...then use sessionStorage.setItem() to store that string representation of your object...then when you need it sessionStorage.getItem() and then use $.parseJSON() to get it back out?
 
PREVIOUS NEXT
Tagged: #store #object #session #storage
ADD COMMENT
Topic
Name
7+4 =