2010-09-24 33 views

回答

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

//

相關問題