https://cnodejs.org/topic/56ef3edd532839c33a99d00e 前端资源
摘要: Bootstrap:http://getbootstrap.com/ 阅读全文
posted @ 2016-03-24 14:15 乐淘淘zzxh 阅读(97) 评论(0) 推荐(0) 编辑
摘要: }) 阅读全文
posted @ 2016-03-24 13:44 乐淘淘zzxh 阅读(155) 评论(0) 推荐(0) 编辑
摘要: function txtScroll(){ } 阅读全文
posted @ 2016-03-24 13:39 乐淘淘zzxh 阅读(127) 评论(0) 推荐(0) 编辑
摘要: html: //input点击失去焦点 阅读全文
posted @ 2016-03-24 13:36 乐淘淘zzxh 阅读(229) 评论(0) 推荐(0) 编辑
摘要: html: 阅读全文
posted @ 2016-03-24 13:32 乐淘淘zzxh 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 另一种简单的下拉 阅读全文
posted @ 2016-03-24 13:30 乐淘淘zzxh 阅读(146) 评论(0) 推荐(0) 编辑
摘要: backToTop: function() { $(window).on('scroll', function() { var $sTop = $(window).scrollTop(); if ($sTop > 600) { //数字可以根据页面的长度自己定 $('.sideBarNav').sh 阅读全文
posted @ 2016-03-24 13:27 乐淘淘zzxh 阅读(140) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript" src="http://cdn.bootcss.com/jquery/1.11.2/jquery.min.js"></script> <script type="text/javascript"> $(function(){ $("li" 阅读全文
posted @ 2016-03-24 13:23 乐淘淘zzxh 阅读(130) 评论(0) 推荐(0) 编辑
摘要: function tabs(tabtit,tabcnt){ tabtit.each(function(index){ $(this).on('click',function(){ var tindex=index; $(this).addClass('active').siblings().remo 阅读全文
posted @ 2016-03-24 11:39 乐淘淘zzxh 阅读(145) 评论(0) 推荐(0) 编辑
摘要: function tabs(tabtit,tabcnt){ tabtit.each(function(index){ $(this).on('click',function(){ var tindex=index; $(this).addClass('active').siblings().remo 阅读全文
posted @ 2016-03-24 11:38 乐淘淘zzxh 阅读(146) 评论(0) 推荐(0) 编辑
摘要: var homMsg:function(){ tabSwitch: function(type, menus, cons, menuClass, conClass) { menus.each(function(index, ele) { $(ele).attr({ 'data-index': ind 阅读全文
posted @ 2016-03-24 11:36 乐淘淘zzxh 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 用法 1、首先引入animate css文件 2、给指定的元素加上指定的动画样式名 这里包括两个class名,第一个是基本的,必须添加的样式名,任何想实现的元素都得添加这个。第二个是指定的动画样式名。 3、如果说想给某个元素动态添加动画样式,可以通过jquery来实现: 4、当动画效果执行完成后还可 阅读全文
posted @ 2016-03-24 11:30 乐淘淘zzxh 阅读(152) 评论(0) 推荐(0) 编辑
摘要: http://echarts.baidu.com/demo.html#pie-simple ECharts,一个纯 Javascript 的图表库,可以流畅的运行在 PC 和移动设备上,兼容当前绝大部分浏览器(IE8/9/10/11,Chrome,Firefox,Safari等),底层依赖轻量级的 阅读全文
posted @ 2016-03-24 11:22 乐淘淘zzxh 阅读(158) 评论(0) 推荐(0) 编辑
摘要: http://www.w3school.com.cn/ 阅读全文
posted @ 2016-03-24 11:20 乐淘淘zzxh 阅读(84) 评论(0) 推荐(0) 编辑
摘要: http://api.jquery.com 阅读全文
posted @ 2016-03-24 11:17 乐淘淘zzxh 阅读(87) 评论(0) 推荐(0) 编辑