This is my div
Then I have a Show button that will show the div when you click:
You can check the CSS display property:
display
if ($('#car').css('display') == 'none') { alert('Car 2 is hidden'); }
Here is a demo: http://jsfiddle.net/YjP4K/