Difference between revisions of "Template:Northeastern Boston/Javascript"
(One intermediate revision by the same user not shown) | |||
Line 23: | Line 23: | ||
var arrow = $(this).find('.nav-container__arrow')[0]; | var arrow = $(this).find('.nav-container__arrow')[0]; | ||
− | + | $(arrow).toggleClass('flip-vertical'); | |
+ | }); | ||
+ | |||
+ | $('.minimal-dropdown__arrow').on("click", function() { | ||
+ | $(this).toggleClass('fa-flipped-arrow'); | ||
+ | $(this).parent().parent().find('.minimal-dropdown__content').toggleClass('hidden'); | ||
}); | }); | ||
}); | }); | ||
+ | |||
+ | |||
</script> | </script> | ||
</html> | </html> |
Latest revision as of 00:46, 18 September 2015