Learning notes for Backbone. js, you deserve it

Source: Internet
Author: User

Backbone. js provides a web development framework, binding key-value and processing m events through Models, and providing a rich set of APIS for enumeration through Collections, use Views to process events and interact with existing applications through the RESTful JSON interface. it is a js framework based on jquery and underscore. Main components: 1. model: Create, verify, destroy, or save data to the server. collection: You can add, delete, obtain length, sort, compare, and other tools and methods. To put it bluntly, it is a set class that stores models. view: binds html templates, events that bind interface elements, initial rendering, re-rendering after model values change, and destruction of interface elements. Advantages: 1. separates data from the interface. 2. Bind events to facilitate management and iteration. 3. Makes the modularization of Javascript programs clearer and clearer. Application Scenario: the most suitable application scenario is a single-page application. There are a large number of data models on the page, and complex information communication is required between models. A simple Hello World instance copies code 1 <! DOCTYPE html> 2

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.