Blogger Information
Blog 15
fans 0
comment 1
visits 7966
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
jqurey的引入方式及基本语法--2018年4月7日21时
银河的博客
Original
489 people have browsed it

一、jqurey有两种引入方式:

1、到官网下载jqurey库,网址:jqurey.com

2、在线引用:可使用百度、又拍云、新浪等国内CDN地址,格式如:

<script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>

二,jqurey的基本语法:

$(document).ready(function(){  

 //  jQuery 代码

 });

简写方式:

$(function(){  

 //  jQuery 代码...

 });

Correction status:qualified

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post