Blogger Information
Blog 12
fans 0
comment 0
visits 6786
Related recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
0402
一生倾哲的博客
Original
536 people have browsed it

实例

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>4.jquery的基本语法</title>
</head>
<body>
	

<script type="text/javascript" src="../js/jquery-3.3.1.js"></script>
<script type="text/javascript">
$('h2 span').css('color','red')
	
	$('p+p').html('终于找到你了,开工吧')

	//
	$('<img src="../images/zly.jpg" width="150">')
	
	$('<img src="../images/zly.jpg" width="150">').insertAfter('h2').css('border-radius','50%')

</script>
</body>
</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
  • 1
    2018-03-18 21:02:08