我想说 ,有的人抱怨是真的多。免费的教程给你看 ,还嫌这嫌那的。。。看不懂就多动脑子,不想看就别看。
2017-08-19
dgjmnfgkdfldtrheawye5rikty7o9759ikgfjmkghl dery7muoy
2017-08-18
$(".left").find("li:last").css('border','1px solid red'));
比$('.left li:last').css('border','1px solid red');
效率高
比$('.left li:last').css('border','1px solid red');
效率高
2017-08-17
$("p").remove(":contains('3')")
$("p").filter(":comtains('3')").remove()
$("p:contains('3')".remove())
$("p").remove(":contains('3')").filter
$("p").filter(":comtains('3')").remove()
$("p:contains('3')".remove())
$("p").remove(":contains('3')").filter
2017-08-16
强烈建议老师把Jquery的库换一下http://libs.baidu.com/jquery/1.9.1/jquery.js 每次运行都要换这个麻烦
2017-08-15
还有主动插被动插 外国人会玩。。。before 内容在后面 insertBefore要插入的内容在前
2017-08-15
http://libs.baidu.com/jquery/1.9.1/jquery.js
2017-08-14