Checking if an element is hidden:

$(element).is(":visible");

This solution encourages the confustion of visible=false and display:none.