Blogger Information
Blog 87
fans 0
comment 0
visits 59286
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
第十三节课作业:2.jQuery的下载与引入
黄忠倚的博客
Original
519 people have browsed it

实例

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>2.jQuery的下载与引入</title>
</head>
<body>
	
</body>
</html>
<h2>PHP中文网</h2>
<!-- jquery就是一个普通的js外部文件 -->
<!-- 1.本地引入 -->
<script type="text/javascript" src="./js/jquery-3.3.1.min.js"></script>
<!-- 2.cdn在线引入 -->
<!-- <script type="text/javascript" src="http://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script> -->

<script type="text/javascript">
	$('h2').click(function(){
		alert('www.php.cn')
	})
</script>

运行实例 »

点击 "运行实例" 按钮查看在线实例

作业地址:http://mi-888.com/PHP/zuoye/20180402/2.html

http://mi-888.com/PHP/zuoye/20180402/1.html

http://mi-888.com/PHP/zuoye/20180402/3.html

http://mi-888.com/PHP/zuoye/20180402/4.html

http://mi-888.com/PHP/zuoye/20180402/5.html

Correction status:Uncorrected

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