标签:
1、百度分享代码:http://share.baidu.com/code/advance
常用配置如下:
window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},"slide":{"type":"slide","bdImg":"0","bdPos":"right","bdTop":"100"}};with(document)0[(getElementsByTagName(‘head‘)[0]||body).appendChild(createElement(‘script‘)).src=‘http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion=‘+~(-new Date()/36e5)];
2、jQuery -- .hover()方法
[转自]:http://www.jquery123.com/hover/
1 $("li.wx").hover(function(){ 2 $(this).css({"background-color":"#fff"}); 3 $("div.weixin").show(); 4 },function(){ 5 $(this).css({"background-color":""}); 6 $("div.weixin").hide(); 7 });
标签:
原文地址:http://www.cnblogs.com/k11590823/p/4883767.html