A day of jquery

Source: Internet
Author: User

has compiled some basic knowledge about jquery to help understand.

A Blank questions

1. The main advantages of jquery are ____________, __________, _________.

2. $ ("...") Can be put in _______ selector, _____ selector, _____ selector, _____ selector, etc.

3. $ ("input[id^=123]") represents ___________________________.

4. <div id = "a" >123</DIV>, Console.info ($ ("#a"). empty ());

The above code prints the result as _________________.

5. Chilren in the query is _________________________,

Find is ___________________________.

6. <div id = "div" class = "Test" ></div>

var attrclassval = $ ("#div"). attr ("class");

var propclassval = $ ("#div"). Prop ("Class");

console. info (attrclassval, propclassval);

The above code prints out values of _________,________.

7. $ ("#btn"). ____ ("___", function () {
Alert ("Use ... Binding Event! ");
});

8. <p id= "P1" >good good study,day dayup!<p>

Change the background color of the p tag above to red:

________________________________________________。

Ii. Question and answer questions

1. What is Jqurey?

Three. Supplemental Code

1. <p> we need to learn jqurey</p>

Replace the contents of the P tag with the following: Jqurey is a real artifact!

<script>

</script >

2. var a = [1,2,3,4];

Iterate through the array and print out each element.

3.<p>1</p> <p>2</p> <p>3</p> put all P tags in the same new Div.

4. Write out the offset from the top of the P-element scrollbar that gets the ID p1.

A day of jquery

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.