2010-09-24 74 views

回答

0
jQuery(function(){  
       jQuery('td[rowspan]')  //select all TD's with attribute=rowspan 
       .addClass('class_name'); // now add class to them 
}); 

//

相关问题