标签:sele parent eve div 基本 not round col 选择
1 $(function(){ 2 $("#box,.pox").css("background","cyan"); 3 })
1 $(function(){ 2 $("#box>p").css("background","green"); 3 })
$(function(){ $(".pox+p").css("background","blue"); })
$(function(){ $("#box .pox~p").css("background","yellow"); })
标签:sele parent eve div 基本 not round col 选择
原文地址:http://www.cnblogs.com/Makeprogresstogether/p/8011476.html