$("span").each(function(index){
if(index == 1) {
$(this).addClass("red")
}
})
if(index == 1) {
$(this).addClass("red")
}
})
2016-04-22
$("span").each(function(index){
if(index == 1) {
$(this).addClass("green red")
}
})
if(index == 1) {
$(this).addClass("green red")
}
})
2016-04-22
应该是$("li:eq(-3)")才对啊 为什么答案非要填$("li:eq(2)")
2016-04-22
//$("body").append($(".red").clone());
$($(".red").clone()).appendTo("body");
$($(".red").clone()).appendTo("body");
2016-04-22
$("ul")
.html("<img src='Images/Loading.gif' alt=''/>")
.load("http://www.imooc.com/data/fruit_part.html li",function(){
$this.attr("disabled", "true");
.html("<img src='Images/Loading.gif' alt=''/>")
.load("http://www.imooc.com/data/fruit_part.html li",function(){
$this.attr("disabled", "true");
2016-04-22