JavaScript Learning Summary (i)--ajax, lingering objects, cross-domain, template engine

Source: Internet
Author: User
First, AJAX

Ajax, called "Asynchronous JavaScript and XML" (Asynchronous JavaScript and XML), is a development technique that creates interactive Web applications, improves the user experience, and achieves no refresh.

1.1. Advantages

No plug-in support required

A great user experience

Improve the performance of Web programs

Reduce the burden on servers and bandwidth

1.2. Disadvantages

Browsers have insufficient support for XMLHttpRequest objects, and almost all browsers now support

Destroy the normal function of the browser "forward", "back" button, can be made up by simple plug-in

Lack of support for search engines

1.3. JQuery Ajax Example

In HTML5, the native Ajax core object XMLHttpRequest is upgraded, that is, XHR2, the function is more powerful.

Ii. deferred Object (Deferred) Iii. What is a cross-domain

JavaScript is the same as the limitations of the same policy, a domain name JS cannot manipulate the B or C domain under the object, as follows:

Assumption Page: http://store.company.com/index.html

JavaScript Learning Summary (i)--ajax, lingering objects, cross-domain, template engine

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.