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