Opposite to $("#resultsBox *:hidden").size();

Opposite to $("#resultsBox *:hidden").size();

Hi, what would be the opposite to:
  1.  var a1 = $("#resultsBox *:hidden").size();
I have tried doing the opposite, substituing

  1.  var a1 = $("#resultsBox *:visible").size();
Thanks in advance.

Thanks.