摘要: 前端优秀活跃资源收集: https://github.com/jikeytang/front-end-collect https://github.com/AutumnsWind/Front-end-tutorial https://github.com/JacksonTian/fks https: 阅读全文
posted @ 2015-04-12 18:39 前端丶守望者 阅读(456) 评论(1) 推荐(0) 编辑
摘要: 在线API文档:http://tool.oschina.net/apidocs Web 前端开发规范:http://www.html5cn.org/article-8716-1.html http://zhibimo.com/read/Ashu/front-end-style-guide/ 腾讯编码 阅读全文
posted @ 2015-04-12 18:38 前端丶守望者 阅读(509) 评论(0) 推荐(0) 编辑
摘要: HTML5+CSS3整体回顾:http://www.jianshu.com/p/c3e1e39890fb?utm_medium=hao.caibaojian.com&utm_source=hao.caibaojian.com HTML5 Audio/Video 标签,属性,方法,事件汇总:http: 阅读全文
posted @ 2015-04-12 18:01 前端丶守望者 阅读(348) 评论(0) 推荐(0) 编辑
摘要: 移动Web资源管理:http://www.cnblogs.com/PeunZhang/p/3407453.html#question_17 Web App优化整理:http://www.cnblogs.com/yexiaochai/p/3759959.html web移动端常见问题解决方案:http 阅读全文
posted @ 2015-04-12 18:00 前端丶守望者 阅读(4312) 评论(0) 推荐(3) 编辑
摘要: bootstrap的基本使用: http://jingyan.baidu.com/article/624e7459ad0bed34e8ba5a13.html 有关 Bootstrap 你想要知道的都在这里:http://gold.xitu.io/entry/582123a8a22b9d0067db8 阅读全文
posted @ 2015-04-12 17:58 前端丶守望者 阅读(945) 评论(1) 推荐(0) 编辑
摘要: CSS自定义上传文件按钮样式:http://www.alleyloft.com/contents/share?id=14 input type = “file”文件选择表单元素二三事:http://www.zhangxinxu.com/wordpress/2015/11/html-input-typ 阅读全文
posted @ 2015-04-12 17:57 前端丶守望者 阅读(365) 评论(0) 推荐(0) 编辑
摘要: <div class="slider_nav"> <ul> <li><a href="#"><img src="images/1.jpg" alt="" src_2="images/2.jpg" /></a></li> <li><a href="#"><img src="images/3.jpg" 阅读全文
posted @ 2015-04-12 17:55 前端丶守望者 阅读(990) 评论(0) 推荐(0) 编辑
摘要: 参考博客:http://www.cnblogs.com/lhb25/archive/2012/11/30/oninput-and-onpropertychange-event-for-input.html 阅读全文
posted @ 2015-04-12 17:53 前端丶守望者 阅读(185) 评论(0) 推荐(0) 编辑
摘要: jquery实现元素居中插件: (function($){ $.fn.vhAlign = function(){ return this.each(function(i){ //获取元素的内容高度 var h = Math.ceil($(this).height()); //outerHeight= 阅读全文
posted @ 2015-04-12 17:53 前端丶守望者 阅读(2161) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>idCode</title> <style> .code{ font-family:Arial; font-style:italic; color:red; border:0; p 阅读全文
posted @ 2015-04-12 17:51 前端丶守望者 阅读(330) 评论(1) 推荐(0) 编辑
摘要: 如何挑选适合的前端框架:http://www.html5cn.org/article-8120-1.html 前端工程(基础篇):http://www.w3cplus.com/front-end-engineering-part-1.html 前端网页性能最佳实践:http://www.cnblog 阅读全文
posted @ 2015-04-12 17:50 前端丶守望者 阅读(622) 评论(0) 推荐(0) 编辑
摘要: 关于querySelector可能让你意外的特性:http://www.zhangxinxu.com/wordpress/2015/11/know-dom-queryselectorall/ document.querySelector("body");//返回body节点 document.que 阅读全文
posted @ 2015-04-12 17:49 前端丶守望者 阅读(2039) 评论(0) 推荐(0) 编辑
摘要: jQuery解析Json详解:http://www.cnblogs.com/madyina/p/3448518.html json在线校验工具:http://jsonlint.com/ 阅读全文
posted @ 2015-04-12 17:48 前端丶守望者 阅读(6029) 评论(0) 推荐(0) 编辑
摘要: jQuery Plugins官网:http://plugins.jquery.com/ jQuery myPlugins官网:http://www.myjqueryplugins.com/ jQuery插件库:http://www.jq22.com/ jQuery之家:http://www.html 阅读全文
posted @ 2015-04-12 17:46 前端丶守望者 阅读(331) 评论(0) 推荐(0) 编辑
摘要: jQuery.form.js插件(博客参考): http://blog.csdn.net/zzq58157383/article/details/7718956 http://www.cnblogs.com/heyuquan/p/form-plug-async-submit.html ajax分页: 阅读全文
posted @ 2015-04-12 17:45 前端丶守望者 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 参考网址:http://www.cnblogs.com/wayou/p/jquery_plugin_tutorial.html 深入理解jQuery插件开发:http://blog.jobbole.com/30550/ 完整插件demo: / ** * 表格隔行变字体颜色和背景颜色,鼠标移入移出变字 阅读全文
posted @ 2015-04-12 17:44 前端丶守望者 阅读(218) 评论(0) 推荐(0) 编辑
摘要: BFC(块级格式化上下文):http://kayosite.com/block-formatting-contexts-in-detail.html1、BFC 会阻止外边距折叠2、BFC 可以包含浮动的元素3、BFC 可以阻止元素被浮动元素覆盖4、IE6、7不支持BFC,可以使用zoom:1触发ha... 阅读全文
posted @ 2015-04-12 17:43 前端丶守望者 阅读(946) 评论(0) 推荐(0) 编辑
摘要: 1. head里的顺序如下,考虑会对请求有何影响: a. 外部js在css前面 <script src="1.js"></script> <link rel="stylesheet" type="text/css" href="1.css?sleep=5s"> <linkrel="styleshee 阅读全文
posted @ 2015-04-12 17:42 前端丶守望者 阅读(485) 评论(0) 推荐(0) 编辑
摘要: javascript版:function getLength(str){ //检测输入字符的字符串长度 return str.replace(/[^\x00-xff]/g,"xx").length;//}function findStr(str,n){ //比较字符是否相同 var... 阅读全文
posted @ 2015-04-12 17:36 前端丶守望者 阅读(212) 评论(0) 推荐(0) 编辑
摘要: javascript版:window.onload = function(){ prepareDate();}function prepareDate(){ if(!document.getElementBy Id ) return false; if(!document.getE... 阅读全文
posted @ 2015-04-12 17:35 前端丶守望者 阅读(620) 评论(0) 推荐(0) 编辑