课程
/前端开发
/jQuery
/jQuery基础 (一)—样式篇
.first-div是什么意思呀
2016-11-28
源自:jQuery基础 (一)—样式篇 3-2
正在回答
.first-div 代表class="first-div",而class="left first-div"是给同一个元素设置两个class属性
橙子哥哥 提问者
明明的明天12
云彩无色3804005 回复 明明的明天12
明明的明天12 回复 云彩无色3804005
.left first-div可以吗
通信IT狗
<div class="left first-div">
<div class="div">
<a>:first-child</a>
<a>第二个元素</a>
<a>:last-child</a>
</div>
$('p:first').text( $(".first-div").html() )
就是为class起的的名字
举报
jQuery初入开启样式修炼,体验万能的jQuery样式集搭建网站布局
3 回答class="left first-div"是什么意思?
3 回答$("div").html 是什么意思?
4 回答$('.first-div')
1 回答$(".first-div").html()得到的到底是什么
3 回答$(document).ready(function() { $("div").html}什么意思?