魔术手风琴:非常简单的jQuery手风琴 源码
#魔术手风琴 更多信息和演示 真的比这更简单了... // these are defaults, no need to pass the options $ ( '.content' ) . magicAccordion ( { headingTag : 'h2' , bodyClass : 'body' , headClass : 'head' , activeClass : 'active' , speed : 200 } ) . on ( 'opened.magic' , function ( e ) { console . log ( e . head )
用户评论