• 欢迎访问开心洋葱网站,在线教程,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站,欢迎加入开心洋葱 QQ群
  • 为方便开心洋葱网用户,开心洋葱官网已经开启复制功能!
  • 欢迎访问开心洋葱网站,手机也能访问哦~欢迎加入开心洋葱多维思维学习平台 QQ群
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏开心洋葱吧~~~~~~~~~~~~~!
  • 由于近期流量激增,小站的ECS没能经的起亲们的访问,本站依然没有盈利,如果各位看如果觉着文字不错,还请看官给小站打个赏~~~~~~~~~~~~~!

前端资源总结学习网址大全

JavaScript 开心洋葱 1574次浏览 0个评论

1. 综合类
– [前端知识结构](https://github.com/JacksonTian/fks)
– [Web前端开发大系概览](https://github.com/unruledboy/WebFrontEndStack)
– [Web前端开发大系概览-中文版](http://www.cnblogs.com/unruledboy/p/WebFrontEndStack.html)
– [Web Front-end Stack v2.2](https://raw.githubusercontent.com/unruledboy/WebFrontEndStack/master/Web Front End Stack.png)
– [免费的编程中文书籍索引](https://github.com/justjavac/free-programming-books-zh_CN)
– [前端书籍](https://github.com/dypsilon/frontend-dev-bookmarks)
– [前端知识体系](http://www.cnblogs.com/sb19871023/p/3894452.html)
– [免费的编程中文书籍索引](https://github.com/justjavac/free-programming-books-zh_CN)
– [智能社 – 精通JavaScript开发](http://study.163.com/course/introduction/224014.htm)
– [重新介绍 JavaScript(JS 教程)](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/A_re-introduction_to_JavaScript)
– [麻省理工学院公开课:计算机科学及编程导论](http://v.163.com/special/opencourse/bianchengdaolun.html)
– [JavaScript中的this陷阱的最全收集–没有之一](http://segmentfault.com/a/1190000002640298)
– [JS函数式编程指南](http://llh911001.gitbooks.io/mostly-adequate-guide-chinese/content/ch1.html)
– [JavaScript Promise迷你书(中文版)](http://liubin.github.io/promises-book/)
– [腾讯移动Web前端知识库](https://github.com/AlloyTeam/Mars)
– [Front-End-Develop-Guide 前端开发指南](https://github.com/w3crange/Front-End-Develop-Guide)
– [前端开发笔记本](https://li-xinyang.gitbooks.io/frontend-notebook/content/)
– [大前端工具集 – 聂微东](https://github.com/nieweidong/fetool)
– [前端开发者手册](https://dwqs.gitbooks.io/frontenddevhandbook/content/)

2. 入门类

– [前端入门教程](http://www.cnblogs.com/jikey/p/3613082.html)
– [瘳雪峰的Javascript教程](http://www.liaoxuefeng.com/wiki/001434446689867b27157e896e74d51a89c25cc8b43bdb3000)
– [jQuery基础教程](http://www.imooc.com/view/11)
– [前端工程师必备的PS技能——切图篇](http://www.imooc.com/view/506)

3. 效果类

– [弹出层](http://www.imooc.com/learn/58)
– [焦点图轮播特效](http://www.imooc.com/learn/18)

4. 工具类

– [css sprite 雪碧图制作](http://www.imooc.com/learn/93)
– [版本控制入门 – 搬进 Github](http://www.imooc.com/learn/390)
– [Grunt-beginner前端自动化工具](http://www.imooc.com/learn/30)

5. 慕课专题

– [张鑫旭 – 慕课系列](http://www.imooc.com/space/teacher/id/197450)
– [lyn – 慕课系列](http://www.imooc.com/space/teacher/id/104593)
– [艾伦 – 慕课系列](http://www.imooc.com/space/teacher/id/290139)
– [碧仔 – Hello,移动WEB](http://www.imooc.com/view/494)

6. 周报类

– [平安科技移动开发二队技术周报](https://github.com/PaicHyperionDev/MobileDevWeekly)

###六. API:

####1. 总目录

1. 开发中心

– [mozilla js参考](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript)
– [chrome开发中心(chrome的内核已转向blink)](http://developer.chrome.com/extensions/api_index.html)
– [safari开发中心](https://developer.apple.com/library/safari/navigation)
– [microsoft js参考](http://msdn.microsoft.com/zh-cn/library/d1et7k7c(v=vs.94).aspx)
– [js秘密花园](http://sanshi.me/articles/JavaScript-Garden-CN/html/index.html)
– [js秘密花园](http://bonsaiden.github.io/JavaScript-Garden/zh/)
– [w3help](http://www.w3help.org/) 综合Bug集合网站

2. 综合搜索

– [javascripting](http://www.javascripting.com/)
– [各种流行库搜索](http://microjs.com/)

3. 综合API

– [runoob.com-包含各种API集合](http://www.runoob.com/)
– [开源中国在线API文档合集](http://tool.oschina.net/apidocs)
– [devdocs](http://devdocs.io/) 英文综合API网站

####2. jQuery

* [jQuery API 中文文档](http://jquery.bootcss.com/)
* [hemin 在线版](http://hemin.cn/jq/)
* [css88 jq api](http://www.css88.com/jqapi-1.9/on/)
* [css88 jqui api](http://www.css88.com/jquery-ui-api/)
* [学习jquery](http://learn.jquery.com/)
* [jquery 源码查找](http://james.padolsey.com/jquery/)

####3. Ecmascript

– [Understanding ECMAScript 6 – Nicholas C. Zakas](https://leanpub.com/understandinges6/read)
– [exploring-es6](https://leanpub.com/exploring-es6/read)
– [exploring-es6翻译](https://github.com/es6-org/exploring-es6)
– [exploring-es6翻译后预览](http://es6-org.github.io/exploring-es6/)
– [阮一峰 es6](http://es6.ruanyifeng.com/)
– [阮一峰 Javascript](http://javascript.ruanyifeng.com/)
– [ECMA-262,第 5 版](http://yanhaijing.com/es5/)
– [es5](http://es5.github.io/)

####4. Js template

– [template-chooser](http://garann.github.io/template-chooser/)
– [artTemplate](https://github.com/aui/artTemplate)
– [tomdjs](https://github.com/aui/tmodjs/blob/master/README.md)
– [淘宝模板juicer模板](http://juicer.name/docs/docs_zh_cn.html)
– [Fxtpl v1.0 繁星前端模板引擎](http://koen301.github.io/fxtpl/)
– [laytpl](http://sentsin.com/layui/laytpl/)
– [mozilla – nunjucks](https://github.com/mozilla/nunjucks)
– [Juicer](https://github.com/PaulGuo/Juicer)
– [dustjs](http://akdubya.github.io/dustjs/)
– [etpl](http://ecomfe.github.io/etpl/)

####5. 弹出层

– [artDialog 最新版](https://github.com/aui/artDialog)
– [artDialog 文档](http://aui.github.io/artDialog/doc/index.html)
– [google code 下载地址](https://code.google.com/p/artdialog/downloads/list)
– [贤心弹出层](http://sentsin.com/jquery/layer/)
– [响应式用户交互组件库](https://github.com/bh-lay/UI)
– [sweetalert-有css3动画弹出层](http://t4t5.github.io/sweetalert/)

####6. CSS

– [CSS 语法参考](http://tympanus.net/codrops/css_reference/)
– [CSS3动画手册](http://isux.tencent.com/css3/index.html)
– [腾讯css3动画制作工具](http://isux.tencent.com/css3/tools.html)
– [志爷css小工具集合](http://linxz.github.io/tianyizone/)
– [css3 js 移动大杂烩](http://www.note12.com/category/blog/2014-6-5/538fe0a9f786f1b7019a4dfb)
– [bouncejs 触摸库](http://bouncejs.com/)
– [css3 按钮动画](http://fian.my.id/Waves/)
– [animate.css](http://daneden.github.io/animate.css/)
– [全局CSS的终结(狗带) [译]](http://www.alloyteam.com/2015/10/8536/)

####7. Angularjs

– [Angular.js 的一些学习资源](https://github.com/dolymood/AngularLearning)
– [angularjs中文社区](http://angularjs.cn/)
– [Angularjs源码学习](http://www.cnblogs.com/xuwenmin888/p/3739096.html)
– [Angularjs源码学习](http://www.ifeenan.com/?c=AngularJS)
– [angular对bootstrap的封装](http://angular-ui.github.io/bootstrap/)
– [angularjs + nodejs](http://cnodejs.org/topic/51404e0f069911196d2e3923)
– [吕大豹 Angularjs](http://www.cnblogs.com/lvdabao/tag/AngularJs/)
– [AngularJS 最佳实践](http://www.infoq.com/cn/news/2013/02/angular-web-app)
– [Angular的一些扩展指令](http://www.lovelucy.info/angularjs-best-practices.html)
– [Angular数据绑定原理](https://github.com/Pasvaz/bindonce)
– [一些扩展Angular UI组件](https://github.com/angular-ui/)
– [Ember和AngularJS的性能测试](http://voidcanvas.com/emberjs-vs-angularjs-performance-testing/)
– [带你走近AngularJS – 基本功能介绍](http://www.cnblogs.com/powertoolsteam/p/angularjs-introdection.html)
– [Angularjs开发指南](http://angular.duapp.com/docs/guide)
– [Angularjs学习](http://www.cnblogs.com/amosli/p/3710648.html)
– [不要带着jQuery的思维去学习AngularJS](http://www.rainweb.cn/article/angularjs-jquery.html)
– [angularjs 学习笔记](http://wangjiatao.diandian.com/?tag=angularjs)
– [angularjs 开发指南](http://www.angularjs.cn/T008)
– [angularjs 英文资料](https://github.com/jmcunningham/AngularJS-Learning)
– [angular bootstrap](http://angular-ui.github.io/bootstrap/)
– [angular jq mobile](https://github.com/opitzconsulting/jquery-mobile-angular-adapter)
– [angular ui](http://mgcrea.github.io/angular-strap/)
– [整合jQuery Mobile+AngularJS经验谈](http://www.tuicool.com/articles/7ZZVr2)
– [有jQuery背景,该如何用AngularJS编程思想](http://blog.jobbole.com/46589/ )
– [AngularJS在线教程](http://each.sinaapp.com/angular/)
– [angular学习笔记](http://www.zouyesheng.com/angular.html)

####8. React
– [react.js 中文论坛](http://www.react-china.org/)
– [react.js 官方网址](https://facebook.github.io/react/index.html)
– [react.js 官方文档](https://facebook.github.io/react/docs/getting-started.html)
– [react.js material UI](http://material-ui.com/#/)
– [react.js TouchstoneJS UI](http://touchstonejs.io/)
– [react.js amazeui UI](http://amazeui.org/react/)
– [React 入门实例教程 – 阮一峰](http://www.ruanyifeng.com/blog/2015/03/react.html)
– [React Native 中文版](http://wiki.jikexueyuan.com/project/react-native/)
– [Webpack 和 React 小书 – 前端乱炖](http://www.html-js.com/article/Fakefish 3053)
– [Webpack 和 React 小书 – gitbook](https://fakefish.github.io/react-webpack-cookbook/)
– [webpack](https://github.com/webpack/webpack)
– [Webpack,101入门体验](http://html-js.com/article/3009)
– [webpack入门教程](http://html-js.com/article/3113)
– [基于webpack搭建前端工程解决方案探索](http://segmentfault.com/a/1190000003499526)
– [React原创实战视频教程](http://www.piliyu.com/)

####9. 移动端API

1. API
– [99移动端知识集合](https://github.com/jtyjty99999/mobileTech)
– [移动端前端开发知识库](https://github.com/AlloyTeam/Mars)
– [移动前端的一些坑和解决方法(外观表现)](http://caibaojian.com/mobile-web-bug.html)
– [【原】移动web资源整理](http://www.cnblogs.com/PeunZhang/p/3407453.html)
– [zepto 1.0 中文手册](http://mweb.baidu.com/zeptoapi/)
– [zepto 1.0 中文手册](http://www.html-5.cn/Manual/Zepto/)
– [zepto 1.1.2](http://www.css88.com/doc/zeptojs_api/)
– [zepto 中文注释](http://www.cnblogs.com/sky000/archive/2013/03/29/2988952.html)
– [jqmobile 手册](http://app-framework-software.intel.com/api.php)
– [移动浏览器开发集合](https://github.com/maxzhang/maxzhang.github.com/issues)
– [移动开发大杂烩](https://github.com/hoosin/mobile-web-favorites)
– [微信webview中的一些问题](http://lin-chao.github.io/2014/11/14/微信webview中的一些问题/)
2. 框架
– [特色的HTML框架可以创建精美的iOS应用](http://framework7.taobao.org/)
– [淘宝SUI](http://m.sui.taobao.org/)

####10. avalon

– [avalonjs](http://avalonjs.github.io/)
– [Avalon新一代UI库: OniUI](http://ued.qunar.com/oniui/index.html)
– [avalon.oniui-基于avalon的组件库](https://github.com/RubyLouvre/avalon.oniui)
– []()

####11. Requriejs

– [Javascript模块化编程(一):模块的写法 ](http://www.ruanyifeng.com/blog/2012/10/javascript_module.html)
– [Javascript模块化编程(二):AMD规范](http://www.ruanyifeng.com/blog/2012/10/asynchronous_module_definition.html)
– [Javascript模块化编程(三):require.js的用法](http://www.ruanyifeng.com/blog/2012/11/require_js.html)
– [RequireJS入门(一)](http://www.cnblogs.com/snandy/archive/2012/05/22/2513652.html)
– [RequireJS入门(二)](http://www.cnblogs.com/snandy/archive/2012/05/23/2513712.html)
– [RequireJS进阶(三)](http://www.cnblogs.com/snandy/archive/2012/06/08/2538001.html)
– [requrie源码学习](http://www.cnblogs.com/yexiaochai/p/3632580.html )
– [requrie 入门指南](http://www.oschina.net/translate/getting-started-with-the-requirejs-library)
– [requrieJS 学习笔记](http://www.cnblogs.com/yexiaochai/p/3214926.html )
– [requriejs 其一 ](http://cyj.me/why-seajs/requirejs/ )
– [require backbone结合](http://www.cnblogs.com/yexiaochai/p/3221081.html )

####12. Seajs

– [seajs](http://seajs.org/)
– [seajs 中文手册](http://cyj.me/why-seajs/zh/)

####13. Less,sass

– [sass](http://www.w3cplus.com/sassguide/)
– [sass教程-sass中国](http://www.sass.hk/)
– [Sass 中文文档](http://sass.bootcss.com/)
– [less](http://less.bootcss.com/)

####14. Markdown

– [Markdown 语法说明 (简体中文版)](http://wowubuntu.com/markdown/)
– [markdown入门参考](https://github.com/LearnShare/Learning-Markdown/blob/master/README.md)
– [gitbook](https://www.gitbook.com/) 国外的在线markdown可编辑成书
– [mdeditor](https://www.zybuluo.com/mdeditor) 一款国内的在线markdown编辑器
– [stackedit](https://stackedit.io) 国外的在线markdown编辑器,功能强大,同步云盘
– [mditor](http://bh-lay.github.io/mditor/) 一款轻量级的markdown编辑器
– [lepture-editor](https://github.com/lepture/editor)
– [markdown-editor](https://github.com/jbt/markdown-editor)

####15. D3

– [d3 Tutorials](https://github.com/mbostock/d3/wiki/Tutorials)
– [Gallery](https://github.com/mbostock/d3/wiki/Gallery)
– [lofter](http://datavisual.lofter.com/post/40cf3a_188e535)
– [iteye](http://alanland.iteye.com/blog/1878595)
– [ruanyifeng](http://javascript.ruanyifeng.com/library/d3.html)

####16. 兼容性

– [esma 兼容列表](http://kangax.github.io/compat-table/es6/)
– [W3C CSS验证服务](http://jigsaw.w3.org/css-validator/validator.html.zh-cn)
– [caniuse](http://caniuse.com/#index )
– [csscreator](http://csscreator.com/properties)
– [microsoft](http://msdn.microsoft.com/zh-cn/library/cc351024(v=vs.85).aspx)
– [在线测兼容-移动端](http://www.responsinator.com/)
– [emulators](https://www.manymo.com/emulators)

####17. UI相关

– [bootcss](http://v3.bootcss.com/)
– [MetroUICSS](http://www.w3cplus.com/MetroUICSS/)
– [semantic](http://semantic-ui.com/)
– [Buttons](http://alexwolfe.github.io/Buttons/)
– [kitecss](http://hiloki.github.io/kitecss/)
– [pintuer](http://www.pintuer.com/)
– [amazeui](http://amazeui.org/)
– [worldhello](http://www.worldhello.net/gotgithub/index.html)
– [linuxtoy](http://igit.linuxtoy.org/contents.html)
– [gitmagic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/zh_cn/)
– [rogerdudler](http://rogerdudler.github.io/git-guide/index.zh.html)
– [gitref](http://gitref.justjavac.com/)
– [book](http://git-scm.com/book/zh)
– [gogojimmy](http://gogojimmy.net/2012/01/17/how-to-use-git-1-git-basic/)

####18. HTTP

– [HTTP API 设计指南](http://segmentfault.com/bookmark/1230000002521721)

####19. 其它API

– [javascript流行库汇总](javascriptoo)
– [验证api](http://niceue.com/validator/demo/index.php)
– [underscore 中文手册](http://www.css88.com/doc/underscore/)
– [underscore源码分析](http://www.html-js.com/article/Underscorejs-source-code-analysis-of-underscorejs-source-code-analysis 3031)
– [underscore源码分析-亚里士朱德的博客](http://yalishizhude.github.io/tags/underscore/)
– [underscrejs en api](http://underscorejs.org/)
– [lodash – underscore的代替品](https://lodash.com/)
– [ext4api](http://extjs-doc-cn.github.io/ext4api/)
– [backbone 中文手册](http://www.csser.com/tools/backbone/backbone.js.html)
– [qwrap手册](http://dev.qwrap.com/resource/js/_docs/_youa/#/qw/base/loadJs_.htm)
– [缓动函数](http://easings.net/zh-cn)
– [svg 中文参考](http://www.w3school.com.cn/svg/svg_reference.asp)
– [svg mdn参考](https://developer.mozilla.org/en-US/docs/Web/SVG)
– [svg 导出 canvas](https://github.com/gabelerner/canvg)
– [svg 导出 png](https://github.com/exupero/saveSvgAsPng)
– [ai-to-svg](http://www.zamzar.com/convert/ai-to-svg/)
– [localStorage 库](https://github.com/machao/localStorage)

####20. 图表类

– [Highcharts 中文API](http://www.hcharts.cn/api/index.php)
– [Highcharts 英文API](http://api.highcharts.com/highcharts)
– [ECharts 百度的图表软件](http://echarts.baidu.com/ )
– [高德地图](http://lbs.amap.com/api/)
– [开源的矢量图脚本框架](http://paperjs.org/)
– [svg 地图](http://jvectormap.com/)

####21. vue

– [Vue](http://cn.vuejs.org/)
– [Vue 论坛](http://forum.vuejs.org/)
– [Vue 入门指南](http://www.cnblogs.com/aaronjs/p/3660102.html)
– [Vue 的一些资源索引](http://segmentfault.com/a/1190000000411057)
– []()

####21. 正则

– [JS正则表达式元字符](http://segmentfault.com/a/1190000002471140)
– [正则表达式30分钟入门教程](http://deerchao.net/tutorials/regex/regex.htm)
– [MDN-正则表达式](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Guide/Regular_Expressions)
– [ruanyifeng – RegExp对象](http://javascript.ruanyifeng.com/stdlib/regexp.html)
– [小胡子哥 – 进阶正则表达式](http://div.io/topic/764?page=1)
– [is.js](https://github.com/Cedriking/is.js/blob/master/is.js)
– [正则在线测试](http://regexper.com/)
– []()

####22. ionic

– [ionic](https://github.com/ychow/ionic-guide)

####23. 其它

– [Mock.js 是一款模拟数据生成器](http://mockjs.com/)

###七. 开发规范

1. 前端
– [通过分析github代码库总结出来的工程师代码书写习惯](http://alloyteam.github.io/CodeGuide)
– [HTML&CSS编码规范 by @mdo](http://codeguide.bootcss.com/)
– [团队合作的css命名规范-腾讯AlloyTeam前端团队](http://www.alloyteam.com/2011/10/107/)
– [前端编码规范之js – by yuwenhui](http://yuwenhui.github.io/)
– [前端编码规范之js – by 李靖](http://www.cnblogs.com/hustskyking/p/javascript-spec.html)
– [前端开发规范手册](http://zhibimo.com/read/Ashu/front-end-style-guide/)
– [Airbnb JavaScript 编码规范(简体中文版)](https://github.com/yuche/javascript#table-of-contents)
– [AMD与CMD规范的区别](http://www.zhihu.com/question/20351507)
– [AMD与CMD规范的区别](http://www.cnblogs.com/tugenhua0707/p/3507957.html)
– [KISSY 源码规范](http://docs.kissyui.com/1.4/docs/html/tutorials/style-guide/kissy-source-style.html)
– [bt编码规范](http://codeguide.bootcss.com/)
– [规范加强版](https://github.com/Suxiaogang/Code_Guide)
– [前端代码规范 及 最佳实践](http://blog.jobbole.com/79075/)
– [百度前端规范](http://coderlmn.github.io/code-standards/)
– [百度前端规范](http://isobar-idev.github.io/code-standards/)
– [百度前端规范](http://zhuanlan.zhihu.com/fuyun/19884834)
– [ECMAScript6 编码规范–广发证券前端团队](https://github.com/gf-web/es6-coding-style/)
– [JavaScript 风格指南/编码规范(Airbnb公司版)](http://blog.jobbole.com/79484/)
– [网易前端开发规范](http://nec.netease.com/standard)
– [css模块](http://www.75team.com/archives/1049)
– [前端规范资源列表](https://github.com/ecomfe/spec)

2. PHP

– [最流行的PHP 代码规范](http://segmentfault.com/a/1190000000443795)
– [最流行的PHP 代码规范](https://github.com/hfcorriez/fig-standards/blob/zh_CN/接受/PSR-2-coding-style-guide.md)

3. Android

– [【敏捷开发】Android团队开发规范](http://www.cnblogs.com/lcw/p/3619181.html)
– [Android 开发规范与应用](http://www.jianshu.com/p/4390f4fe19b3)

###八. 其它收集

####1. 各大公司开源项目

– [Facebook Projects](https://code.facebook.com/projects/web/)
– [百度web前端研发部](http://fex.baidu.com/)
– [百度EFE](http://efe.baidu.com/)
– [百度github](https://github.com/fex-team/)
– [alloyteam](http://www.alloyteam.com/)
– [alloyteam-github](http://alloyteam.github.io/)
– [alloyteam-AlloyGameEngine](https://github.com/AlloyTeam/AlloyGameEngine)
– [AlloyDesigner](http://alloyteam.github.io/AlloyDesigner/) 即时修改,即时保存,设计稿较正,其它开发辅助工具
– [H5交互页编辑器AEditor介绍](http://www.alloyteam.com/2015/06/h5-jiao-hu-ye-bian-ji-qi-aeditor-jie-shao/) H5动画交互页开发的工具介绍
– [AEditor](http://aeditor.alloyteam.com/) H5动画交互页开发的工具
– [maka](http://forum.maka.im/wordpress/)
– [值得订阅的weekly](https://github.com/fenbility/weekly-feed)
– [腾讯html5](http://cube.qq.com/)
– [奇舞团开源项目](http://75team.github.io/)
– [Qunar UED](http://ued.qunar.com/)

####2. Javascript

1. 常用

– [ieBetter.js-让IE6-IE8拥有IE9+,Chrome等浏览器特性](http://www.zhangxinxu.com/wordpress/2013/12/iebetter-js-make-ie6-ie8-like-modern-browser-ie9-chrome/)
– [模拟键盘](http://mottie.github.io/Keyboard/)
– [拼音](https://github.com/hotoo/pinyin)
– [中国个人身份证号验证](https://github.com/mc-zone/IDValidator)

2. 算法

– [数据结构与算法 JavaScript 描述. 章节练习](https://github.com/Ralph-Wang/algorithm.in.js)
– [常见排序算法(JS版)](https://github.com/twobin/twobinSort)
– [经典排序](https://github.com/luofei2011/jsAgm/blob/master/js/sort.js)
– [常见排序算法-js版本](https://github.com/hechangmin/jssort)
– [JavaScript 算法与数据结构 精华集](https://github.com/lightningtgc/JavaScript-Algorithms)
– [面试常考算法题精讲](http://www.nowcoder.com/live/courses)
– []()

3. 移动端

– [fastclick](https://github.com/ftlabs/fastclick)
– [no-click-delay](https://github.com/mmastrac/jquery-noclickdelay)

4. JSON

– [模拟生成JSON数据](http://beta.json-generator.com/)
– [返回跨域JSONAPI](http://jsonp.afeld.me/)

####3. Html5
– [HTML5 有哪些让你惊艳的 demo?](http://www.zhihu.com/question/24398907)

####4. CSS
– [browserhacks](http://browserhacks.com/)
– []()

####5. jQuery

1. 焦点图

– [myfocus](https://github.com/koen301/myfocus)
– [myfocus-官方演示站](http://www.chhua.com/myfocus/)
– [SuperSlidev2.1 — 大话主席](http://www.superslide2.com/)
– [soChange](http://www.bujichong.com/sojs/soChange/index.html)

####6. Ext, EasyUI, J-UI 及其它各种UI方案

1. Ext

– [extjs](https://www.sencha.com/products/extjs/)
– [ext4英文api](http://docs.sencha.com/extjs/4.0.7/)
– [ext4中文api](http://extjs-doc-cn.github.io/ext4api/)
– []()

2. EasyUI

– [jquery easyui 未压缩源代码](http://jquery-easyui.googlecode.com/svn/trunk/src/)

3. J-UI

– [J-UI](http://www.j-ui.com)

4. Other

– [MUI-最接近原生APP体验的高性能前端框架](http://dcloudio.github.io/mui/)
– [Amaze UI | 中国首个开源 HTML5 跨屏前端框架](http://amazeui.org/)
– [淘宝 HTML5 前端框架](http://m.sui.taobao.org/)
– [KISSY – 阿里前端JavaScript库](http://docs.kissyui.com/)
– [网易Nej – Nice Easy Javascript](http://nej.netease.com/)
– [Kendo UI MVVM Demo](http://demos.telerik.com/kendo-ui/mvvm/index)
– [Bootstrap](http://www.bootcss.com/)
– [Smart UI](http://smartui.chinamzz.com/)
– [雅虎UI – CSS UI](http://developer.yahoo.com/yui/grids/)

####7. 页面 社会化 分享功能

– [百度分享](http://share.baidu.com/) pc端
– [JiaThis](http://jiathis.com/) pc端
– [社会化分享组件](http://developer.baidu.com/soc/share) 移动端
– [ShareSDK 轻松实现社会化功能](http://www.mob.com/#/index) 移动端
– [友盟分享](http://dev.umeng.com/social/android/quick-integration) 移动端

####8. 富文本编辑器

– [百度 ueditor](http://ueditor.baidu.com/website/)
– [经典的ckeditor](http://ckeditor.com/)
– [经典的kindeditor](http://kindeditor.net/)
– [wysiwyg](http://www.bootcss.com/p/bootstrap-wysiwyg/)
– [一个有情怀的编辑器。Bach’s Editor](http://integ.github.io/BachEditor/)
– [tower用的编辑器](https://github.com/mycolorway/simditor)
– [summernote 编辑器](https://github.com/summernote/summernote)
– [html5编辑器](http://neilj.github.io/Squire/)
– [XEditor](http://lab.hustlzp.com/XEditor/)
– [wangEditor](https://github.com/wangfupeng1988/wangEditor )

####9. 日历

1. PC

– [经典my97](http://www.my97.net/dp/demo/index.htm)
– [强大的独立日期选择器](http://www.cnblogs.com/gbin1/archive/2012/04/16/2452105.html)
– [fullcalendar](http://arshaw.com/fullcalendar/)
– [fullcalendar日历控件知识点集合 ](http://blog.csdn.net/francislaw/article/details/7740630)
– [中文api](http://blog.sina.com.cn/s/blog_9475b1c101012c5f.html)
– [农历日历](https://github.com/zzyss86/LunarCalendar)
– [超酷的仿百度带节日日历老黄历控件](http://www.sucaisj.com/jiaoben/date/201509/16856.html)
– [日期格式化](http://momentjs.com/)
– [大牛日历控件](https://github.com/Johnqing/QPAYCalendar/)
– [我群某管理作品](https://github.com/Iamlars/dateMarker)
– [input按位替换-官网](http://digitalbush.com/projects/masked-input-plugin/)
– [input按位替换-github](https://github.com/digitalBush/jquery.maskedinput/tree/1.2.2)
– [bootstrap-daterangepicker](https://github.com/dangrossman/bootstrap-daterangepicker)
– [国外30个插件集合](http://www.vandelaydesign.com/30-best-free-jquery-plugins/)
– [JavaScript datepicker](http://dbushell.com/2012/10/09/pikaday-javascript-datepicker/)
– [Datepair.js](http://jonthornton.github.io/Datepair.js/)
– [一个风格多样的日历](https://github.com/glad/glDatePicker)
– [弹出层式的全日历](http://amsul.ca/pickadate.js/date/)
– [jquery双日历](http://www.daterangepicker.com/)

2. 移动

– [大气实用jQuery手机移动端日历日期选择插件](http://www.frankdemo.cn/index.php?c=content&a=show&id=115)
– [jQuery Mobile 移动开发中的日期插件Mobiscroll ](https://mobiscroll.com/)

3. Date library

– [Datejs](https://github.com/datejs/Datejs)
– [sugarjs](http://sugarjs.com/api/Date)

####10. 综合效果搜索平台

– [效果网](http://www.jq22.com)
– [17素材](http://www.17sucai.com/)
– [常用的JavaScript代码片段](http://microjs.com/)

####11. 前端工程化

1. 概述

– [前端工具大全](http://www.awesomes.cn/)
– [什么是前端工程化](https://github.com/fouber/blog/issues/10?from=timeline&isappinstalled=0#)

2. Gulp

– [Gulp官网](http://gulpjs.com/)
– [Gulp中文网](http://www.gulpjs.com.cn/)
– [gulp资料收集](https://github.com/Platform-CUF/use-gulp)
– [Gulp:任务自动管理工具 – ruanyifeng](http://javascript.ruanyifeng.com/tool/gulp.html)
– [Gulp插件](http://gulpjs.com/plugins/)
– [Gulp不完全入门教程](http://www.ido321.com/1622.html)
– [为什么使用gulp?](https://github.com/hjzheng/CUF_meeting_knowledge_share/issues/33)
– [Gulp安装及配合组件构建前端开发一体化](http://www.dbpoo.com/getting-started-with-gulp/)
– [Gulp 入门指南](https://github.com/nimojs/gulp-book)
– [Gulp 入门指南 – nimojs](https://github.com/nimojs/blog/issues/19)
– [Gulp入门教程](http://markpop.github.io/2014/09/17/Gulp入门教程/)
– [Gulp in Action](http://www.imooc.com/video/5692)
– [Gulp开发教程(翻译)](http://www.w3ctech.com/topic/134)
– [前端构建工具gulpjs的使用介绍及技巧](http://www.cnblogs.com/2050/p/4198792.html)

3. Grunt

– [gruntjs](http://gruntjs.com/)
– [Grunt中文网](http://www.gruntjs.net/)

4. Fis

– [fis 官网](http://fex-team.github.io/fis-site/index.html)
– [fis](http://fis.baidu.com/)

####12. 轮播图

1. pc图轮

– [单屏轮播sochange](http://www.jsfoot.com/jquery/demo/2011-09-20/192.html)
– [左右按钮多图切换](http://bxslider.com/examples/carousel-demystified)
– [fullpage全屏轮播](https://github.com/alvarotrigo/fullPage.js/)

2. 移动端

– [无缝切换](http://www.swipejs.com/)
– [滑屏效果](http://www.idangero.us/swiper)
– [全屏fullpage](https://github.com/peunzhang/fullpage)
– [单个图片切换](https://github.com/qiqiboy/touchslider)
– [单个全屏切换](https://github.com/peunzhang/slip.js)
– [百度的切换库](http://touch.code.baidu.com/examples.html?qq-pf-to=pcqq.group)
– [单个全屏切换](https://github.com/peunzhang/iSlider)
– [滑屏效果](https://github.com/saw/touch-interfaces)
– [旋转拖动设置](http://baijs.com/tinycircleslider/)
– [类似于swipe切换](http://touchslider.com/)
– [支持多种形式的触摸滑动](http://www.swiper.com.cn/demo/index.html)
– [滑屏效果](https://github.com/joker-ye/main/blob/master/wap/index.html)
– [大话主席pc移动图片轮换](http://www.superslide2.com/)
– [滑屏效果](https://github.com/hahnzhu/parallax.js)
– [基于zepto的fullpage](https://github.com/yanhaijing/zepto.fullpage)
– [[WebApp]定宽网页设计下,固定宽度布局开发WebApp并实现多终端下WebApp布局自适应](http://www.cnblogs.com/plums/archive/2013/01/10/WebApp-fixed-width-layout-of-multi-terminal-adapter-since.html)
– [判断微信客户端的那些坑](http://loo2k.com/blog/detecting-wechat-client/)
– [可以通过javascript直接调用原生分享的工具](https://github.com/JefferyWang/nativeShare.js)
– [JiaThis 分享到微信代码](http://www.jiathis.com/help/html/weixin-share-code)
– [聊聊移动端跨平台开发的各种技术](http://fex.baidu.com/blog/2015/05/cross-mobile/)
– [前端自动化测试](http://www.zhihu.com/question/29922082)
– [多种轮换图片](http://ajccom.github.io/niceslider/)
– [滑动侧边栏](https://mango.github.io/slideout/)

####13. 文件上传

– [百度上传组件](http://fex.baidu.com/webuploader/)
– [上传](https://blueimp.github.io/jQuery-File-Upload/)
– [flash 头像上传](http://www.hdfu.net/)
– [图片上传预览](http://www.dropzonejs.com/)
– [图片裁剪](http://elemefe.github.io/image-cropper/)
– [图片裁剪-shearphoto](http://www.shearphoto.com/)
– [jQuery图片处理](http://www.oschina.net/project/tag/284/jquery-image-tools?lang=0&os=0&sort=view&p=2)
– []()

####14. 模拟select

– [糖饼 select](http://aui.github.io/popupjs/doc/selectbox.html)
– [flexselect](https://github.com/rmm5t/jquery-flexselect)
– [双select](http://loudev.com/)
– [select2](http://select2.github.io/)
– []()

####15. 取色插件

– [类似 Photoshop 的界面取色插件](http://www.jq22.com/plugin/367)
– [jquery color](https://github.com/jquery/jquery-color/)
– [取色插件集合](http://www.oschina.net/project/tag/287/color-picker)
– [farbtastic 圆环+正方形](https://github.com/mattfarina/farbtastic)
– []()

####16. 城市联动

– [jquery.cityselect.js基于jQuery+JSON的省市或自定义联动效果](http://www.ijquery.cn/?p=360)
– []()

####17. 剪贴板

– [剪贴板](https://github.com/zeroclipboard/zeroclipboard)
– [clipboard 最新的剪切方案](http://zenorocha.github.io/clipboard.js/)
– [不是Flash的剪贴板](https://github.com/zenorocha/clipboard.js)

####18. 简繁转换

– [简繁转换](https://github.com/BYVoid/OpenCC)

####19. 表格 Grid

– [facebook表格](http://facebook.github.io/fixed-data-table/)
– [类似于Excel编辑表格-handsontable](http://handsontable.com/)
– [bootstrap-table插件](http://bootstrap-table.wenzhixin.net.cn/)
– [datatables](https://www.datatables.net/)

####20. 在线演示

– [js 在线编辑 – runjs](http://runjs.cn/)
– [js 在线编辑 – jsbin](http://jsbin.com/)
– [js 在线编辑 – codepen](http://codepen.io/)
– [js 在线编辑 – jsfiddle](http://jsfiddle.net/)
– [java 在线编辑 – runjs](http://ideone.com/)
– [js 在线编辑 – hcharts](http://code.hcharts.cn/)
– [js 在线编辑 – jsdm](http://jsdm.com/)
– [sql 在线编辑 – sqlfiddle]( 前端 前端脚本 前端学习 javascript脚本 前端开发 前端社区 前端框架 前端知识体系


开心洋葱 , 版权所有丨如未注明 , 均为原创丨未经授权请勿修改 , 转载请注明前端资源总结学习网址大全
喜欢 (0)

您必须 登录 才能发表评论!

加载中……