backbone.js View

30% OFF - 9th Anniversary discount on Entity Framework Extensions until December 15 with code: ZZZANNIVERSARY9

Syntax

  • Create: var View = Backbone.View.extend( { /* properties */ } );
  • Construct: var myView = new View( /* options */ );
  • initialize: method automatically called after construction
  • render: method used to update this.el with new content


Got any backbone.js Question?