Best way to save user settings on client-side (javascript,jquery)

Posted by Johua on Stack Overflow See other posts from Stack Overflow or by Johua
Published on 2010-04-19T07:09:58Z Indexed on 2010/04/19 7:13 UTC
Read the original article Hit count: 314

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about client-side

Related posts about user-input