Use jquery cookies in showing/hiding elements (jQuery)
Posted
by Aakash Chakravarthy
on Stack Overflow
See other posts from Stack Overflow
or by Aakash Chakravarthy
Published on 2010-06-17T14:34:26Z
Indexed on
2010/06/17
15:13 UTC
Read the original article
Hit count: 280
Hello,
How to use jquery cookies in showing/hiding elements in a page ? I got the plugin from here
Tried some method but i am not successful. I used slideUp() and slideDown() functions to show/hide elements.
When a element is slided up a cookie should be set. when the page is refreshed, the element should be in slided up position
How to apply cookie when slided up and how to get the cookie when page is refreshed ? I need help !
© Stack Overflow or respective owner