hide/show/toggle: how to get the state?
hello guys!
i'm trying to save on a cookie the state of my div (hidden or showed)
but i don't know what to type to access to his internal var.
i tried with $("#div").css("visibility"); and $("#div").css("hidden");
and i get "undefined".
some clues?