The way to learn to get started with JQuery

Source: Internet
Author: User

I am a novice beginner, to share their own way of learning.

A: First, you can first download the source code on the official website http://jquery.com/

The current use is still 1.*, so you don't have to consider the 2.* version.

The first is the compressed source code, and the second is the native source code.

After download, you can save to create a new folder called JS, and then open the new HTML file, the introduction of jquery file.

<script src= "js/jquery-1.12.0.min.js></script>

Then open the jquery website and open the API documentation. "There is a Chinese website jQuery.bootcss.com" This is a document of JQuery.

Two: Start writing jquery code

But jquery is all about shorthand, so we replaced jquery with $.

Enter writing:

jquery's complex notation

jquery Shorthand:

<! DOCTYPE html>

<meta charset= "UTF-8"

<title>jquery Learning </title>

<script src= "Js/jquery-1.12.0.min.js" ></script>

<body>

<button id= "BTN" >Button</button>

<script type= "Text/javascript" >

$ (function () {
Alert ("Hi,jquery");
});

</script>

</body>

The way to learn to get started with 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.