Code to toggle navigation

(function($){

    $(function() {

		$( ".trigger" ).click(function() {
			$( ".toggled-object" ).slideToggle(300);
		});
		
    });

})(jQuery);

Discuss about this tutorial on our Facebook Group

Still not ready to purchase?

But eager to follow updates and wait for promotions?
We only send product updates and discounts.