Best way to save user settings on client-side (javascript,jquery)
- by Johua
I have a settings page that a user can enter some text and save directly to a combobox. Next time when page loads, combobox is filled in with the previous entered text. Also i have a modify button, so the user can delete or edit a value from the combobox.
My question is, what's the best way to save to user settings on the client with javascirpt/jquery?
I can only think of using an array and then (push/pop).,,Anyone got some bad experience with arrrays?
thx