|
@@ -129,8 +129,12 @@ $(".exTab li").hover(function(){
|
|
|
$(this).addClass("now").siblings().removeClass("now");
|
|
|
$(".exContent > .exEntry ").hide().eq($(".exTab li").index(this)).show();});
|
|
|
|
|
|
-$(".bbImg").hover(function(){
|
|
|
- $(".bbImgBg").show();
|
|
|
-})
|
|
|
+$(".senior-search").toggle(function(){
|
|
|
+ $(".search-bar dl").show();
|
|
|
+ $(this).text('收缩高级搜索');
|
|
|
+ },function(){
|
|
|
+ $(".search-bar dl").hide();
|
|
|
+ $(this).text('展开高级搜索');
|
|
|
+ })
|
|
|
|
|
|
});
|