Learn tips & trikcs for all our products
Design set of custom made gutenberg elements ready for download
Time saver to copy & paste in your new project
Best practices, animations, tips and much more
Marko Krstić
July 3, 2021 – Read time: 1 minute
Code to toggle navigation
(function($){ $(function() { $( ".trigger" ).click(function() { $( ".toggled-object" ).slideToggle(300); }); }); })(jQuery);
Discuss about this tutorial on our Facebook Group