Jquert – Current element from array

Yo mates, I have a question. Is it possible to get extract working element from array without using a loop?

By working I mean, having some characteristic trait or whatever.

For example:

document.scroll(function(){
  if($('.super_duper_class').working){
    $('.super_duper_class').css('something...');
  }
});