摘要:
引用jQuery的插件jquery.pseudo.js插件内容: 阅读全文
posted @ 2017-11-01 16:48
刘倩文
阅读(464)
评论(0)
推荐(0)
摘要:
ie8下不支持css的nth-child()样式解决方法一:使用jQuery的nth-child()方法例:$(".ability-head-list ul li:nth-child(1) a").css("color","red");解决方法二:例如给第三个li加样式ul li:first-chi 阅读全文
posted @ 2017-11-01 14:59
刘倩文
阅读(142)
评论(0)
推荐(0)