
Suppose i have an element which i am hiding and showing, using .hide(), .show() or .toggle().How do you test to see if that element is currently hidden or visible on the screen?
Please provide code with your answer.

You can check the visibility of an element using following code snippet :
$(element).is(":visible")
Hope this will helpful to you.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.