Remembering changes?
Remembering changes?
So I'm relatively new to jQuery, but am using this in a plugin for
TextPattern. I'm utilizng jQuery UI and allows users to resize a
textarea. I would like to have the textarea automatically resize to
the last set size by the user every time they load the page.
I'm thinking storing the size in a cookie might be useful, but was
wondering if jQuery had a better solution. Can anyone point me in the
right direction?
Thanks!