}
}
$(function(){
changeValid($('#captchaImg_login')) ;//加验证码
//changeValid($('#captchaImg_reg')) ;
//头部更多显示
$('#gengduo').mouseover(function (){
$("#gengduo").attr('class', 'sp_more m2');
$("#nav_s1").sho();
});
$('#gengduo').mouseout(function (){
$("#gengduo").attr('class', 'sp_more');
$("#nav_s1").hide();
});
//头部更多显示end
//头部我的书架
$('#jilu').mouseover(function (){
$("#jilu").attr('class', 'sp_more m2');
$("#nav_s4").sho();
});
$('#jilu').mouseout(function (){
$("#jilu").attr('class', 'sp_more');
$("#nav_s4").hide();
});
//头部我的书架end
//头部账号(邮箱)
$('#name').mouseover(function (){
$("#name").attr('class', 'sp_more m2');
$("#nav_s3").sho();
});
$('#name').mouseout(function (){
$("#name").attr('class', 'sp_more');
$("#nav_s3").hide();
});
//头部账号(邮箱)end
//头部消息
$('#xiaoxi').mouseover(function (){
$("#xiaoxi").attr('class', 'sp_more m2');
$("#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);
});
$('
『加入书签,方便阅读』