When an html element has the height and width set to zero, jQuery does not find the object when using a selector and specifying visible although the object is visible.
for example
$("#test").children(":visible")
the above will ignore children of #test where the width and height is zero. Is this an intended functionality or a bug in jQuery? Is there any workaround to get the object?
Many Thanks, Arun
PS: I'm using the latest version of jQuery - 1.3.2