Check div is hidden using jquery - Stack Overflow
This is my div Then I have a Show button that will show the div when you click: $("show").click(function() { $("$car2").show(); }); So right now I want to check if the div #car2 is still hidden before form submission:
stackoverflow.com |