$(function () { $("[data-toggler-button]").on("click", function (e) { e.preventDefault(); $("body").toggleClass("open-menu"); }); });