|
|
|
@ -25,13 +25,21 @@ function submitSerch(content)
|
|
|
|
|
//
|
|
|
|
|
// })
|
|
|
|
|
//})
|
|
|
|
|
function expand_tools_expand()
|
|
|
|
|
function expand_tools_expand(content)
|
|
|
|
|
{
|
|
|
|
|
$("#expand_tools_expand").toggleClass("currentDd").siblings(".subNav").removeClass("currentDd");
|
|
|
|
|
$("#expand_tools_expand").toggleClass("currentDt").siblings(".subNav").removeClass("currentDt");
|
|
|
|
|
if (content=="invit"){
|
|
|
|
|
$("#expand_tools_expand_invit").toggleClass("currentDd").siblings(".subNav").removeClass("currentDd");
|
|
|
|
|
$("#expand_tools_expand_invit").toggleClass("currentDt").siblings(".subNav").removeClass("currentDt");
|
|
|
|
|
$("#expand_tools_expand_invit").next(".navContent").slideToggle(500).siblings(".navContent").slideUp(500);
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
$("#expand_tools_expand").toggleClass("currentDd").siblings(".subNav").removeClass("currentDd");
|
|
|
|
|
$("#expand_tools_expand").toggleClass("currentDt").siblings(".subNav").removeClass("currentDt");
|
|
|
|
|
$("#expand_tools_expand").next(".navContent").slideToggle(500).siblings(".navContent").slideUp(500);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 修改数字控制速度, slideUp(500)控制卷起速度
|
|
|
|
|
$("#expand_tools_expand").next(".navContent").slideToggle(500).siblings(".navContent").slideUp(500);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 描述显示更多信息
|
|
|
|
|