会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
2人4人
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
下一页
2018年12月8日
国外一键分享网址
摘要: https://www.addtoany.com/buttons/for/website
阅读全文
posted @ 2018-12-08 14:07 2人4人
阅读(1330)
评论(0)
推荐(0)
2018年10月16日
飘窗
摘要:
阅读全文
posted @ 2018-10-16 14:16 2人4人
阅读(224)
评论(0)
推荐(0)
2018年4月12日
文字上滚动
摘要: $(document).ready(function() { var time_once = 3000; setInterval(function(){ AutoScroll("#demoslidul"); },time_on...
阅读全文
posted @ 2018-04-12 11:02 2人4人
阅读(113)
评论(0)
推荐(0)
2018年3月20日
新导航样式
摘要: $(window).resize(function () { $(".add-nav-width").width($(".addd-navbar-content").width() - $(".tgl-menu-btn").outerWidth() - $(".add-width-right-width").outerWidth()-60); var navobj = $(...
阅读全文
posted @ 2018-03-20 09:27 2人4人
阅读(216)
评论(0)
推荐(0)
2018年2月8日
针对IE提示
摘要:
阅读全文
posted @ 2018-02-08 09:53 2人4人
阅读(140)
评论(0)
推荐(0)
2018年2月5日
OA导航特效
摘要: $(window).resize(function () { var fistwk=0; if(fistwk==0){ $('.add-nav-width li').each(function(){ fistwk+=$(this).width()+20; }); } var lw=$('.tgl-me...
阅读全文
posted @ 2018-02-05 14:09 2人4人
阅读(269)
评论(0)
推荐(0)
2018年1月4日
添加text-decoration: line-through
摘要: <script> </script>
阅读全文
posted @ 2018-01-04 09:11 2人4人
阅读(605)
评论(0)
推荐(0)
2017年7月27日
execCommand 处理Html数据
摘要: 代码: js: <script>var ue = UE.getEditor('w0'); //编辑器 function insertHtml(val) { UE.getEditor('w0').execCommand('insertHtml', val); }ue.ready(function()
阅读全文
posted @ 2017-07-27 17:31 2人4人
阅读(827)
评论(0)
推荐(0)
2017年6月29日
查看更多
摘要: <script type="text/javascript"> var hflag=1; $(".jiamore").click(function(){ if(hflag){ $(".table-display").show(); $(this).html("收起"); hflag=0; }else
阅读全文
posted @ 2017-06-29 17:39 2人4人
阅读(188)
评论(0)
推荐(0)
2017年6月28日
页面预加载
摘要: 定义: 简单的说,网页预加载就是让浏览器先预估出用户最有可能点击的页面,然后提前加载页面内容,这样等用户再点击的时候,就能在一瞬间打开页面了。 好处:提升用户访问速度 弊端:暂无 代码片段: 插件链接:1、http://www.jq22.com/search?seo=%E9%A1%B5%E9%9D%
阅读全文
posted @ 2017-06-28 15:58 2人4人
阅读(604)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页
公告