// $(document).ready(function() { $(function() { // GENERAL (for all pages) // check if Javascript is enabled $('.jsTrue').removeClass('checkJS'); $('.jsFalse').addClass('checkJS'); // PAGE-SPECIFIC $("#support").tabs( { cookie: { expires : 30, name : 'BIMAT2014supportTab' } }); // JUST A TEST //alert("this will fire when the DOM is loaded."); });