Week 3, August

Source: Internet
Author: User

Time flies. In a twinkling of an eye, we have entered the second stage of learning. I am glad that the legendary jquery has started learning. And our mentor has changed!

The two days of study made me feel quite relaxed. It seems that jquery and JS are really different! It is easier to learn. Of course, this also has a certain relationship with our mentor's teaching methods!

What I think is confusing over the past two days is as follows:

1. Conversion between jquery objects and DOM objects

1) jquery object;

VaR $ Cr = $ ("# Cr ");

Method 1: var Cr = $ cr [0]; // convert to a DOM object

Method 2: var Cr = $ Cr. Get (0); // convert to jquery object

2) DOM object;

VaR Cr = doucment. getelementbyid ("cr ");

VaR $ Cr = $ ("cr"); // convert to jquery object

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.