Question:Using an element of some kind that is being hidden using .hide() and shown via .show(). Which of the following is the best way to determine if that element is currently hidden or visible on the screen? 

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

B $(this).css("visibility") == "hidden" 

C (element).is(":invisible") 

D (this).css("visibile") == "hidden" 

+ Answer
+ Report
Total Preview: 594

Copyright © 2024. Powered by Intellect Software Ltd