/* find and set tables for sortable */ $('table > caption:contains("sortable")').each(function(i,val){ $(this).closest("table").addClass("sortable"); }); /* now get the sorting code for the tables */ $.getScript("https://extension.okstate.edu/pagetools/sortable-js.txt");