各位 有设置过那个折叠框Collapsible 的监听器事件么 api里面教这样去绑定 展开事件 Bind an event listener to the collapsibleexpand event:$(".selector").on("collapsibleexpand",function(event,ui){});但是我$("#col_test").on(...
为什么多了那个h2标签,jQuery中的first-child就无法生效呢?见下图所示。谢谢了$(document).ready(function(){$('div p:first-child').css('backgroundColor','#555');});hello A B C D E F G H I