User the .css() method, ie:
$("#labelId").css("display") == "none"
Resource:
http://stackoverflow.com/questions/178325/testing-if-something-is-hidden-with-jquery
$("#labelId").css("display") == "none"
Resource:
http://stackoverflow.com/questions/178325/testing-if-something-is-hidden-with-jquery
No comments:
Post a Comment