关于toggle的一点迷惑 - 边城的回答 - SegmentFault
2016年9月12日 - div>$(function(){ $("#panel h1.head").toggle(function(){ $(this).next().toggle(); },function(){ $(this).next().toggle(); }); }) 这...
关于toggle的一点迷惑 - 操他妈
$("#panel h1.head").toggle(function(){ $(this).next().toggle(); },function(){ $(this).next().toggle(); }); })这个为什么连h1也跟着一起隐...