I am attempting to locate a child element that meets the following conditions: CSS visibility set to visible and CSS class assigned as foo
There will always be only one element that meets these criteria at any given time
var visibleBox = $('#parentEle').find().css( ??? );