码迷,mamicode.com
首页 > Web开发 > 详细

jQuery CSS方法

时间:2017-09-21 21:02:54      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:charset   com   技术分享   tle   sharp   script   utf-8   har   方法   

html

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<title>jquery</title>
		<script type="text/javascript" src="js/jquery-3.0.0.min.js"></script>
		<script type="text/javascript" src="js/try.js" ></script>
		
	</head>
	<body>
		<div></div>
	</body>
</html>

  js

$(document).ready(function(){
   $("div").css({
   	 width:"100px",
   	 height:"100px",
   	 backgroundColor:"blue"
   	});
     
 });

  效果:

技术分享

jQuery CSS方法

标签:charset   com   技术分享   tle   sharp   script   utf-8   har   方法   

原文地址:http://www.cnblogs.com/guangzhou11/p/7570250.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!