Hi All,
I have different input forms wrapped in divs, i.e.
<div >
<div>
<input .....
The outer div may be either hidden or visible. The question: how to find if the input element is inside of visible or hidden element?
I would need a syntax in JQuery for this.
Any ideas what is the easiest code for this?
Thanks
Start Free Trial