[jQuery] Expression for finding a displayed DIV?

[jQuery] Expression for finding a displayed DIV?


Hi,
I have a number of DIVS of class = "policy" on my page. At any one
time, only one will be displayed, that is, have the CSS "display"
attribute set to "block". How can I write a JQuery expression to find
the ID of such a DIV?
Thanks, - Dave