- 博客(10)
- 收藏
- 关注
转载 前端错误知识提示积累
1.jquery ajax的error报错:parseerror:可能变量位置不对;2.jquery多次滥用会导致bootstrap modal弹窗关闭时,dropback依旧存在;3.bootstrap的modal弹窗如果同时存在手动$().modal()和data-toggle="#",data-target="#",页面会出现一弹窗就消失;转载于:https://...
2016-01-27 17:24:00 112
转载 插件介绍之一:常用插件
1.播放器ckplayer2.百度地图BaiduMap3.百度编辑器ueditor4.laryer弹窗处理5.number_jump数字跳动6.uploadify3.1上传插件转载于:https://www.cnblogs.com/no-broken-boy/p/5145976.html...
2016-01-20 17:33:00 133
转载 css小技巧积累
1.对于超出文本域的文字处理,使用省略号处理(属于css3属性): overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap; width:100%;2.转载于:https://www.cnb...
2016-01-20 15:51:00 97
转载 设置网页地址栏小图标
<link rel="shortcut icon" href="XXXXX.ico" type="image/x-icon">显示在地址栏最前面的小图标 <link rel="apple-touch-icon" href="XXXX.ico" type="image/x-icon">支持iphone,ipad <link rel="icon...
2016-01-12 15:35:00 102
转载 SEO优化篇——meta用法
一、语法: <meta name="name" content="string"> 二、参数解析:1)name选项:Keywords(关键字),description(网站内容描述),author(作者),robots(机器人向导)等等2)http-equiv项:可用于代替name项,常用的选项有Expires(期限),Pragma(cache模式),Refresh(...
2016-01-12 15:27:00 743
转载 获取客户端的cookie
function getCookie(c_name){ if(document.cookie.length>0){ c_start = document.cookie.indexOf(c_name+'='); if(c_start != 1){ c_start = c_start + c_name....
2015-12-15 12:02:00 165
转载 come on,make a date progress bar together!
<!--style.css-->.loading{text-align:center;width:800px;height:30px;border-radius:15px;background:#a0a0a0;margin:10px auto;position:relative;}.loading>div{width:180px;height:30px;borde...
2015-11-25 16:33:00 73
转载 教教你不用table制作出表格
<!--style.css-->.results-ul{float:left;width:100%;text-align:center;margin:20px auto;}.results-ul>li{width:100%;float: left;margin:0 auto;border-bottom:1px solid #fff;}.results-ul>...
2015-11-25 16:15:00 271
转载 js实现快捷键绑定按钮点击事件
document.onkeydown= function (e) { var theEvent = window.event || e; var code = theEvent.keyCode || theEvent.which; if (code == 13) { $("#uWorkplaceContent ....
2015-11-25 14:24:00 763
转载 Sublime Text3常用快捷键
Ctrl+D 选词 (反复按快捷键,即可继续向下同时选中下一个相同的文本进行同时编辑)Ctrl+G 跳转到相应的行Ctrl+J 合并行(已选择需要合并的多行时)Ctrl+L 选择整行(按住-继续选择下行)Ctrl+M 光标移动至括号内开始或结束的位置Ctrl+T 词互换Ctrl+U 软撤销Ctrl+P 查找当前项目中的文件和快速搜索;输入 @ 查找文件主标题/函数;或者输入 : 跳转到文...
2015-11-15 20:29:00 44
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人