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

JQurry $() css() 用法

时间:2016-07-01 14:49:13      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus®">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>Document</title>


<script type="text/javascript" src=‘js/jquery-1.12.1.min.js‘></script>
<style>
*{margin:0;padding:0}
</style>


</head>
<body>
<div id="wrap">
<ul>
<li>1</li>
<li>1</li>
<li>2</li>
<li>2</li>

</ul>
</div>
<p>11</p>

<script>
$(‘#wrap ul li,p‘).css({
color:‘#f00‘,
fontSize:‘20px‘
});
</script>


</body>
</html>

JQurry $() css() 用法

标签:

原文地址:http://www.cnblogs.com/jessi/p/5632997.html

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