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