juristr
9/19/2013 - 7:20 AM

jmvc model events

jmvc model events

// 1st param is the class, 2nd the jQuery.Event and 3rd the actual instance containing the data
"{Pensplan.Models.Member} updated": function (Member, ev, memberInstance) {
    ...
}