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

Let's Start Back at the Home Page

 

 

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