Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Add css class to a table Reply To: Add css class to a table

#239794
Paulie_D
Member

$('table:contains("Garage")') .addClass('garage');

http://codepen.io/Paulie-D/pen/vGZKEj