<p>一</p><p>$('.galler_attr').bind('click', function() {</p><p> $(this).find(':first-child').css('color', 'red');</p><p>});</p><p>二</p><p>$('.galler_attr').bind('click', function() {</p><p> $(':first-child', this).css('color', 'red');</p><p>});</p>