if($('#login').length>0){
yCode = 0;
goLocalLogin();
}
if($('#zc_button').length>0){
yCode = 0;
moblieLocalRegister();
}
}
}catch(e){
}
}
$(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');
本章未完,请点击下一页继续阅读! 第4页/共10页