2014-09-26 1 views

답변

1

Google 검색어로 운이 좋았습니다.

Backbone.Marionette.CompositeView.extend({ triggers: { "click .do-something": { event: "something:do:it", preventDefault: true, // this param is optional and will default to true stopPropagation: false } } });