Skip to content

Instantly share code, notes, and snippets.

View micheldore's full-sized avatar

Michel Doré micheldore

  • Netherlands
View GitHub Profile
@micheldore
micheldore / oxygenresponsivedropdowns.js
Last active January 6, 2020 01:28
Mobile Menu Dropdowns Oxygen Builder:
$(".menu-item-has-children").children("a").attr("href","javascript:void(0);");
$(".menu-item-has-children").attr("onclick", "$(this).children(\".sub-menu\").toggle()")