toggler_behavior.coffee 141 Bytes Edit Raw Blame History 1 2 3 4 5 $ -> $("body").on "click", ".js-toggler-target", -> container = $(@).closest(".js-toggler-container") container.toggleClass("on")