Skip to content

Instantly share code, notes, and snippets.

@juristr
Created September 19, 2013 07:20
Show Gist options
  • Save juristr/6620052 to your computer and use it in GitHub Desktop.
Save juristr/6620052 to your computer and use it in GitHub Desktop.
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) {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment