In jQuery I need to do an if statement to see if $this doesn\'t contain the class \'.selected\'.
$(\".thumbs\").hover(function(){ $(this).stop().fadeTo(\"no
I think the author was looking for:
$(this).not('.selected')