2013-10-16 46 views

回答

2
$('div').filter(function() { 
    return $(this).css('text-align') == 'left'; 
}); 
1

CSS3屬性選擇:$('[text-align=left]')