52,782
社区成员
发帖
与我相关
我的任务
分享
url ="getCustomerInfoIni.action";
$('#content').load(url, {type:menuType}, function(){});
,<div id="content">
</div>
<action name="getCustomerInfoIni" method="getCustomerInfoIni" class="gcdCustomerManageAction">
<result name="success">/gcd/customer/gcdCustomerIni.jsp</result>
</action>
$("#content").delegate('.modInfo .a_slide,.modInfo h4 span',"click",function(){
$(this).toggleClass('active').parent().next('div').slideToggle();
});