$(document).ready(function(e) { /*调用方法 start*/ /*调用方法 end*/ $('#share li').each(function() { $(this).hover(function(e) { $(this).find('a').animate({ margintop: 2}, 'easeinoutexpo'); $(this).find('span').animate({opacity:0.2},'easeinoutexpo'); },function(){ $(this).find('a').animate({ margintop: 12}, 'easeinoutexpo'); $(this).find('span').animate({opacity:1},'easeinoutexpo'); }); }); var share_url = encodeuricomponent(location.href); var share_title = encodeuricomponent(document.title); var share_pic = ""; //默认的分享图片 var share_from = encodeuricomponent(""); //分享自(仅用于qq空间和朋友网,新浪的只需更改appkey 和 ralateuid就行) //qzone $('#share a.share1').click(function(e) { window.open("http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url="+share_url+"&title="+share_title+"&pics="+share_pic+"&site="+share_from+"","newwindow"); }); //sina weibo $('#share a.share2').click(function(e) { var param = { url:share_url , appkey:'', title:share_title, pic:share_pic, ralateuid:'', rnd:new date().valueof() } var temp = []; for( var p in param ){ temp.push(p + '=' + encodeuricomponent( param[p] || '' ) ) } window.open('http://v.t.sina.com.cn/share/share.php?' + temp.join('&')); }); //renren $('#share a.share3').click(function(e) { window.open('http://widget.renren.com/dialog/share?resourceurl='+share_url+'&title='+share_title+'&images='+share_pic+'','newwindow'); }); //pengyou $('#share a.share4').click(function(e) { window.open('http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?to=pengyou&url='+share_url+'&pics='+share_pic+'&title='+share_title+'&site='+share_from+'','newwindow'); }); //tq $('#share a.share5').click(function(e) { window.open('http://share.v.t.qq.com/index.php?c=share&a=index&title='+share_title+'&site='+share_from+'&pic='+share_pic+'&url='+share_url+'','newwindow'); }); //kaixin $('#share a.share6').click(function(e) { if(!$('#qrcode img').length){ var qrcode = new qrcode(document.getelementbyid("qrcode"), { text: location.href, width: 180, height: 180, colordark : "#7cbdd0", colorlight : "#ffffff", correctlevel : qrcode.correctlevel.h }); } !!$('.qrcode_msg').length || $("#qrcode").append('

点击右上角【...】开始分享

扫一扫
×') $('.smohan_layer_box').animate({ 'margin-top' : '-200px', }).fadeout(300) $("#qrcode").fadein(0); }); }); $(document).delegate(".weixin_close",'click',function(){ $('.qrcode,.smohan_layer_shade').fadeout(300); })