preserve object type data to the next session
I try to preserve loaclStorage to the next session but its an jquery object so I use JSON.stringify(object) for that.
I get "Uncaught TypeError: Converting circular structure to JSON(…)".
Is there any way to overcome it?
Regards
I. Lesher