Category Archives: BackboneJS

PHPHOST BLOG

Web Hosting Related Articles You May Need

Backbone.js Handling DOM events and working with Collections

Backbone.js is a lightweight JavaScript library loosely based on the Model-View-Controller (MVC) pattern (it’s not an MVC framework) and it allows developers to create single-page web applications. We covered some basics of Backbone in a previous article

To manage data of web applications, Backbone provides a Model creation strategy. The model allows us to define properties to contain data and Continue reading

Posted in BackboneJS, JavaScript, Syndicated | Comments Off on Backbone.js Handling DOM events and working with Collections

Backbone.js Basics and Rendering Collection using View

In the current era of web application development, Single Page Applications (SPAs) are often demanded by customers. Currently there are lots of different frameworks available for developing web application, most of these are server side frameworks e.g…. Continue reading

Posted in BackboneJS, JavaScript, Syndicated | Comments Off on Backbone.js Basics and Rendering Collection using View