// Replace $ with jQuery jQuery(document).ready(function() { jQuery('.toggle-nav').click(function() { jQuery('.navigation').toggleClass('show'); }); });

Gold Ribbon Sample Standards

Gold Ribbon Sample Standards

Home Portal Banner Image7

Collapse All Collapse All
Expand All Expand All
// You might need this, usually it's autoloaded jQuery.noConflict();