jQuery(function($) { $('.pic_all').click(function() { var self = $(this).children(); $(self, '.footer_but_show').css('display', self.hasClass('pic') ? 'none' : 'block'); }); });