jquery source "named Extend Inheritance"

Source: Internet
Author: User

Mention the inheritance of JS many "great gods" will mention call,apply, simple object assignment inheritance, as well as the prototype chain inheritance, and many other ways and their shortcomings, but also will be some of the object-oriented design patterns "Tuan" out, And when asked about the extend of jquery, few people actually actually understand its "secret". In fact, the way to inherit jquery is a copy of the inheritance, but there is a little bit of "fishy" need everyone to understand. So look at this code right away:

var a1 = {prototype1: {i: "1"var b1 = {prototype1: {j:1 }}; Jquery.extend (A1, B1); Co Nsole.log (A1); Console.log (B1);

Code, the result of a console output is:

The b result of the console output is:

jquery source "named Extend Inheritance"

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.