上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页
摘要: Html: 1 <div id="slide-box-1"> 2 <ul> 3 <li> 4 <a href="javascript:void(0);"> 5 <div class="slide-img"> 6 <img src="images/ambassador/a-1.jpg"> 7 </di 阅读全文
posted @ 2017-04-19 15:16 陈小银 阅读(513) 评论(0) 推荐(0) 编辑
摘要: 1 //---------------------------------------------------input失去焦点时判断是否有值 2 btn_click: function () { 3 //input失去焦点时判断是否有值 若没有 则不能点击保存 4 function Input_verifica... 阅读全文
posted @ 2017-03-22 12:15 陈小银 阅读(2363) 评论(0) 推荐(0) 编辑
摘要: 调用方法 阅读全文
posted @ 2017-03-16 16:50 陈小银 阅读(503) 评论(0) 推荐(0) 编辑
摘要: //js 兼容各浏览器 var h = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight; //height var w = window.innerWidth || document.documentElement.clientWidth || documen... 阅读全文
posted @ 2017-03-16 10:51 陈小银 阅读(440) 评论(0) 推荐(0) 编辑
摘要: //判断是上滚还是下滚function scroll(fn) { var beforeScrollTop = document.documentElement.scrollTop || document.body.scrollTop, fn = fn || function () { }; window.addEventListener("scr... 阅读全文
posted @ 2017-03-15 15:27 陈小银 阅读(468) 评论(0) 推荐(0) 编辑
摘要: width: 960px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; 阅读全文
posted @ 2017-03-13 11:06 陈小银 阅读(177) 评论(0) 推荐(0) 编辑
摘要: function Head_menu(menu_container) { var _top = menu_container.offset().top; this.scroll_div = function () { var top = document.documen... 阅读全文
posted @ 2017-03-09 12:51 陈小银 阅读(280) 评论(0) 推荐(0) 编辑
摘要: > div { zoom: 1; } > div:after { display: block; clear: both; content: ""; visibility: hidden; height: 0; } 阅读全文
posted @ 2017-03-07 11:25 陈小银 阅读(156) 评论(0) 推荐(0) 编辑
摘要: text-align: justify; text-justify: distribute-all-lines; text-align-last: justify; width: 86px 阅读全文
posted @ 2017-01-11 15:35 陈小银 阅读(200) 评论(0) 推荐(0) 编辑
摘要: var box = document.getElementById( "gaga1" ); /* alert( box.getBoundingClientRect().top ); alert( box.getBoundingClientRect().right ); alert( box.getBoundingClientRect().bottom ); alert( box.getB... 阅读全文
posted @ 2016-11-14 17:05 陈小银 阅读(241) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页