Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Backbone.js - list of 'out of the box' events?

Tags:

backbone.js

Maybe I'm misunderstanding something (quite possible as I'm new to Backbone), but I can't find a list of the built-in events that I can bind to. Can anyone point me in the right direction?

like image 329
UpTheCreek Avatar asked Sep 09 '11 12:09

UpTheCreek


1 Answers

It's listed in the backbone documentation, located at the link below:

http://backbonejs.org/#Events-catalog

like image 82
Derick Bailey Avatar answered Oct 06 '22 01:10

Derick Bailey