/* * 骞垮窞鑱旈泤缃戠粶 */ jQuery(function ($){ $('.detail_desc .t').eq(0).addClass('on').next().show(); $('.detail_desc .t').click(function(){ $(this).toggleClass('on'); $(this).next().toggle(); }); });