Tuesday, May 21, 2013

Jquery: testing if something has display none

User the .css() method, ie:

$("#labelId").css("display") == "none"

Resource:
http://stackoverflow.com/questions/178325/testing-if-something-is-hidden-with-jquery

No comments: