码迷,mamicode.com
首页 > Web开发 > 详细

js-博客学习链接2

时间:2015-10-15 23:27:30      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:

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 });

 

js-博客学习链接2

标签:

原文地址:http://www.cnblogs.com/k11590823/p/4883767.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!