Jquery if() statement
Jquery if() statement
Out of context: Reply #1
- Started
- Last post
- 16 Responses
- bigtrickagain0
.visible isn't a property. try:
if($("#test-fader div#firstDiv").css("display") !== "none" || $("#test-fader div#firstDiv").css("visbility") !== "hidden"){