Q&A
Ask and answer questions to make information more available to wider audiences.
Ty Moriz @morizty   30, Mar 2023 12:00 AM
Backbone events
What is Backbone events?
answers 1
 
Answer 1
Ryan Burden @ryanburden70   31, Mar 2023 11:02 AM
Backbone events is a module that can be mixed in to any object,  giving the object the ability to bind and trigger custom named events.  Events are not declared before they are bound to any object . Events reflects the state of the model.