山本

导航

2013年4月18日 #

设置元素的属性

摘要: <head> <title></title> <style type="text/css"> p{background-color:#eee;font-size:30px;} .classadd{background-color:red; font-family:微软雅黑;} .classadd1{font-weight:bold;} </style> <script src="jquery-1.9.1.js" type="text/javascript">< 阅读全文

posted @ 2013-04-18 22:00 高级菜鸟 阅读(281) 评论(0) 推荐(0) 编辑

设置或获取元素的内容 .

摘要: <head> <title></title> <style type="text/css"> body{font-size:15px;text-align:center} div{border:solid 1px #666;padding:5px;width:220px;margin:5px;} </style> <script src="jquery-1.9.1.js" type="text/javascript"></script> <scr 阅读全文

posted @ 2013-04-18 21:47 高级菜鸟 阅读(243) 评论(0) 推荐(0) 编辑