Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Backbone View El

    // renders the full list of todo items calling TodoView for each one.
    app.AppView = Backbone.View.extend({
      el: '#todoapp',
      initialize: function () {
      /*this is where you will add your data to the <script id ></script> template*/
       /*this is also where we add all the function we will be using in our app/page */
 
PREVIOUS NEXT
Tagged: #Backbone #View #El
ADD COMMENT
Topic
Name
7+7 =