// Add tablesorter-blue class to .tablesorter objects // Note: you must load jquery before loading this file $(document).ready(function() { $(".tablesorter").addClass("tablesorter-blue"); });