$("#nav_s2").sho();
});
$('#xiaoxi').mouseout(function (){
$("#xiaoxi").attr('class', 'sp_more');
$("#nav_s2").hide();
});
//头部消息end
var options = {
beforeSubmit:shoRequest,
success:shoResponse // post-submit
};
$('#form1').ajaxForm(options);
//返回顶部
$('#span_top').mouseover(function (){
$("#span_top").attr('class', 'span_top2');
});
$('#span_top').mouseout(function (){
$("#span_top").attr('class', 'span_top');
});
$('#span_bottom').mouseover(function (){
$("#span_bottom").attr('class', 'span_bottom2');
});
$('#span_bottom').mouseout(function (){
$("#span_bottom").attr('class', 'span_bottom');
});
$('#span_top').click(function (){
$("html, body").animate({ scrollTop: 0 }, 120);
});
$('#span_bottom').click(function (){
broser = $(document).height() ;
$("html, body").animate({ scrollTop: broser }, 120);
});
//返回顶部 end
});
function setTabLogin(m,n){
var tli=ById("menu" m).getElementsByTagName("li"); /*获取选项卡的LI对象*/
var mli=ById("main" m).getElementsByTagName("dl"); /*获取主显示区域对象*/
本章未完,请点击下一页继续阅读! 第5页/共10页