jquery selecter this и class

$(".class").click(function(){
     $(this).find(".subclass").css("visibility","visible");
});
Ashamed Alpaca