jQuery入门第三
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jQuery入门第三相关的知识,希望对你有一定的参考价值。
jQuery入门第三
1.html
2.CSS 衣服
3.javascript 可以动的人
4.DOM 编程 对html文档的节点操作
5.jQuery 对 javascript的封装 简练的语法 复杂的操作
* -选择器
* -筛选
* -CSS
* -属性
* -文档
* -事件
* -Ajax(Django)
<style>
td{
border:1px solid black;
}
td{
width:70px;
height:20px;
}
p{
width:70px;
height:20px;
}
input{
width:70px;
height:20px;
}
.container{
width: 500px;
margin:0 auto;
}
.tablehead{
font-size:30px;
color:green;
}
</style>
6.
以上是关于jQuery入门第三的主要内容,如果未能解决你的问题,请参考以下文章