@@ -103,25 +103,37 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
103
103
104
104
###五. 资源教程:
105
105
106
- - [ 前端知识体系] ( http://www.cnblogs.com/sb19871023/p/3894452.html )
107
- - [ 前端知识结构] ( https://github.com/JacksonTian/fks )
108
- - [ 免费的编程中文书籍索引] ( https://github.com/justjavac/free-programming-books-zh_CN )
109
- - [ 前端书籍] ( https://github.com/dypsilon/frontend-dev-bookmarks )
110
- - [ 前端入门教程] ( http://www.cnblogs.com/jikey/p/3613082.html )
111
- - [ 前端知识体系] ( http://www.cnblogs.com/sb19871023/p/3894452.html )
112
- - [ 免费的编程中文书籍索引] ( https://github.com/justjavac/free-programming-books-zh_CN )
113
- - [ 张鑫旭 - 慕课系列] ( http://www.imooc.com/space/teacher/id/197450 )
114
- - [ 智能社 - 精通JavaScript开发] ( http://study.163.com/course/introduction/224014.htm )
115
- - [ lyn - 慕课系列] ( http://www.imooc.com/space/teacher/id/104593 )
116
- - [ css sprite 雪碧图制作] ( http://www.imooc.com/learn/93 )
117
- - [ 瘳雪峰的Javascript教程] ( http://www.liaoxuefeng.com/wiki/001434446689867b27157e896e74d51a89c25cc8b43bdb3000 )
118
- - [ 焦点图轮播特效] ( http://www.imooc.com/learn/18 )
119
- - [ 版本控制入门 – 搬进 Github] ( http://www.imooc.com/learn/390 )
120
- - [ 重新介绍 JavaScript(JS 教程)] ( https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/A_re-introduction_to_JavaScript )
106
+ 1 . 综合类
107
+
108
+ - [ 前端知识体系] ( http://www.cnblogs.com/sb19871023/p/3894452.html )
109
+ - [ 前端知识结构] ( https://github.com/JacksonTian/fks )
110
+ - [ 免费的编程中文书籍索引] ( https://github.com/justjavac/free-programming-books-zh_CN )
111
+ - [ 前端书籍] ( https://github.com/dypsilon/frontend-dev-bookmarks )
112
+ - [ 前端知识体系] ( http://www.cnblogs.com/sb19871023/p/3894452.html )
113
+ - [ 免费的编程中文书籍索引] ( https://github.com/justjavac/free-programming-books-zh_CN )
114
+ - [ 张鑫旭 - 慕课系列] ( http://www.imooc.com/space/teacher/id/197450 )
115
+ - [ 智能社 - 精通JavaScript开发] ( http://study.163.com/course/introduction/224014.htm )
116
+ - [ lyn - 慕课系列] ( http://www.imooc.com/space/teacher/id/104593 )
117
+ - [ 重新介绍 JavaScript(JS 教程)] ( https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/A_re-introduction_to_JavaScript )
118
+
119
+ 2 . 入门类
120
+
121
+ - [ 前端入门教程] ( http://www.cnblogs.com/jikey/p/3613082.html )
122
+ - [ 瘳雪峰的Javascript教程] ( http://www.liaoxuefeng.com/wiki/001434446689867b27157e896e74d51a89c25cc8b43bdb3000 )
123
+
124
+ 3 . 效果类
125
+
126
+ - [ 弹出层] ( http://www.imooc.com/learn/58 )
127
+ - [ 焦点图轮播特效] ( http://www.imooc.com/learn/18 )
128
+
129
+ 4 . 工具类
130
+
131
+ - [ css sprite 雪碧图制作] ( http://www.imooc.com/learn/93 )
132
+ - [ 版本控制入门 – 搬进 Github] ( http://www.imooc.com/learn/390 )
121
133
122
134
###六. API:
123
135
124
- ####0 . 总目录
136
+ ####1 . 总目录
125
137
126
138
1 . 开发中心
127
139
@@ -140,7 +152,7 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
140
152
141
153
142
154
143
- ####1 . jQuery
155
+ ####2 . jQuery
144
156
145
157
* [ jQuery API 中文文档] ( http://jquery.bootcss.com/ )
146
158
* [ hemin 在线版] ( http://hemin.cn/jq/ )
@@ -150,7 +162,7 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
150
162
* [ 学习jquery] ( http://learn.jquery.com/ )
151
163
* [ jquery 源码查找] ( http://james.padolsey.com/jquery/ )
152
164
153
- ####2 . Ecmascript
165
+ ####3 . Ecmascript
154
166
155
167
- [ Understanding ECMAScript 6 - Nicholas C. Zakas] ( https://leanpub.com/understandinges6/read )
156
168
- [ exploring-es6] ( https://leanpub.com/exploring-es6/read )
@@ -161,7 +173,7 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
161
173
- [ ECMA-262,第 5 版] ( http://yanhaijing.com/es5/ )
162
174
- [ es5] ( http://es5.github.io/ )
163
175
164
- ####3 . Js template
176
+ ####4 . Js template
165
177
166
178
- [ template-chooser] ( http://garann.github.io/template-chooser/ )
167
179
- [ artTemplate] ( https://github.com/aui/artTemplate )
@@ -170,23 +182,26 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
170
182
- [ Fxtpl v1.0 繁星前端模板引擎] ( http://koen301.github.io/fxtpl/ )
171
183
- [ laytpl] ( http://sentsin.com/layui/laytpl/ )
172
184
173
- ####4 . 弹出层
185
+ ####5 . 弹出层
174
186
175
187
- [ artDialog 最新版] ( https://github.com/aui/artDialog )
176
188
- [ artDialog 文档] ( http://aui.github.io/artDialog/doc/index.html )
177
189
- [ google code 下载地址] ( https://code.google.com/p/artdialog/downloads/list )
178
190
- [ 贤心弹出层] ( http://sentsin.com/jquery/layer/ )
179
191
- [ 响应式用户交互组件库] ( https://github.com/bh-lay/UI )
180
192
181
- ####5 . CSS
193
+ ####6 . CSS
182
194
183
195
- [ CSS 语法参考] ( http://tympanus.net/codrops/css_reference/ )
184
196
- [ CSS3动画手册] ( http://isux.tencent.com/css3/index.html )
185
197
- [ 腾讯css3动画制作工具] ( http://isux.tencent.com/css3/tools.html )
186
198
- [ 志爷css小工具集合] ( http://linxz.github.io/tianyizone/ )
187
199
- [ css3 js 移动大杂烩] ( http://www.note12.com/category/blog/2014-6-5/538fe0a9f786f1b7019a4dfb )
200
+ - [ bouncejs 触摸库] ( http://bouncejs.com/ )
201
+ - [ css3 按钮动画] ( http://fian.my.id/Waves/ )
202
+ - [ ] ( )
188
203
189
- ####6 . Angularjs
204
+ ####7 . Angularjs
190
205
191
206
- [ angularjs中文社区] ( http://angularjs.cn/ )
192
207
- [ Angularjs源码学习] ( http://www.cnblogs.com/xuwenmin888/p/3739096.html )
@@ -212,7 +227,7 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
212
227
- [ 整合jQuery Mobile+AngularJS经验谈] ( http://www.tuicool.com/articles/7ZZVr2 )
213
228
- [ 有jQuery背景,该如何用AngularJS编程思想] ( http://blog.jobbole.com/46589/ )
214
229
215
- ####7 . React
230
+ ####8 . React
216
231
- [ react.js 中文论坛] ( http://www.react-china.org/ )
217
232
- [ react.js 官方网址] ( https://facebook.github.io/react/index.html )
218
233
- [ react.js 官方文档] ( https://facebook.github.io/react/docs/getting-started.html )
@@ -225,7 +240,7 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
225
240
- [ webpack] ( https://github.com/webpack/webpack )
226
241
- [ ] ( )
227
242
228
- ####8 . 移动端API
243
+ ####9 . 移动端API
229
244
230
245
1 . API
231
246
- [ 99移动端知识集合] ( https://github.com/jtyjty99999/mobileTech )
@@ -244,14 +259,14 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
244
259
- [ 特色的HTML框架可以创建精美的iOS应用] ( http://framework7.taobao.org/ )
245
260
- [ 淘宝SUI] ( http://m.sui.taobao.org/ )
246
261
247
- ####9 . avalon
262
+ ####10 . avalon
248
263
249
264
- [ avalonjs] ( http://avalonjs.github.io/ )
250
265
- [ Avalon新一代UI库: OniUI] ( http://ued.qunar.com/oniui/index.html )
251
266
- [ avalon.oniui-基于avalon的组件库] ( https://github.com/RubyLouvre/avalon.oniui )
252
267
- [ ] ( )
253
268
254
- ####10 . Requriejs
269
+ ####11 . Requriejs
255
270
256
271
- [ Javascript模块化编程(一):模块的写法 ] ( http://www.ruanyifeng.com/blog/2012/10/javascript_module.html )
257
272
- [ Javascript模块化编程(二):AMD规范] ( http://www.ruanyifeng.com/blog/2012/10/asynchronous_module_definition.html )
@@ -265,41 +280,41 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
265
280
- [ requriejs 其一 ] ( http://cyj.me/why-seajs/requirejs/ )
266
281
- [ require backbone结合] ( http://www.cnblogs.com/yexiaochai/p/3221081.html )
267
282
268
- ####11 . Seajs
283
+ ####12 . Seajs
269
284
270
285
- [ seajs] ( http://seajs.org/ )
271
286
- [ seajs 中文手册] ( http://cyj.me/why-seajs/zh/ )
272
287
273
- ####12 . Less,sass
288
+ ####13 . Less,sass
274
289
275
290
- [ less] ( http://less.bootcss.com/ )
276
291
- [ sass] ( http://www.w3cplus.com/sassguide/ )
277
292
- [ sass中国] ( http://www.cn-sass.com/ )
278
293
279
- ####13 . Markdown
294
+ ####14 . Markdown
280
295
281
296
- [ Markdown 语法说明 (简体中文版)] ( http://wowubuntu.com/markdown/ )
282
297
- [ markdown入门参考] ( https://github.com/LearnShare/Learning-Markdown/blob/master/README.md )
283
298
- [ gitbook] ( https://www.gitbook.com/ ) 国外的在线markdown可编辑成书
284
299
- [ mdeditor] ( https://www.zybuluo.com/mdeditor ) 一款国内的在线markdown编辑器
285
300
- [ mditor] ( http://bh-lay.github.io/mditor/ ) 一款轻量级的markdown编辑器
286
301
287
- ####14 . D3
302
+ ####15 . D3
288
303
289
304
- [ d3 Tutorials] ( https://github.com/mbostock/d3/wiki/Tutorials )
290
305
- [ Gallery] ( https://github.com/mbostock/d3/wiki/Gallery )
291
306
- [ lofter] ( http://datavisual.lofter.com/post/40cf3a_188e535 )
292
307
- [ iteye] ( http://alanland.iteye.com/blog/1878595 )
293
308
- [ ruanyifeng] ( http://javascript.ruanyifeng.com/library/d3.html )
294
309
295
- ####15 . 兼容性
310
+ ####16 . 兼容性
296
311
297
312
- [ esma 兼容列表] ( http://kangax.github.io/compat-table/es6/ )
298
313
- [ caniuse] ( http://caniuse.com/#index )
299
314
- [ csscreator] ( http://csscreator.com/properties )
300
315
- [ microsoft] ( http://msdn.microsoft.com/zh-cn/library/cc351024(v=vs.85).aspx )
301
316
302
- ####16 . UI相关
317
+ ####17 . UI相关
303
318
304
319
- [ bootcss] ( http://v3.bootcss.com/ )
305
320
- [ MetroUICSS] ( http://www.w3cplus.com/MetroUICSS/ )
@@ -316,11 +331,11 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
316
331
- [ book] ( http://git-scm.com/book/zh )
317
332
- [ gogojimmy] ( http://gogojimmy.net/2012/01/17/how-to-use-git-1-git-basic/ )
318
333
319
- ####17 . HTTP
334
+ ####18 . HTTP
320
335
321
336
- [ HTTP API 设计指南] ( http://segmentfault.com/bookmark/1230000002521721 )
322
337
323
- ####18 . 其它API
338
+ ####19 . 其它API
324
339
325
340
- [ javascript流行库汇总] ( javascriptoo )
326
341
- [ 验证api] ( http://niceue.com/validator/demo/index.php )
@@ -335,14 +350,14 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
335
350
- [ svg mdn参考] ( https://developer.mozilla.org/en-US/docs/Web/SVG )
336
351
- [ localStorage 库] ( https://github.com/machao/localStorage )
337
352
338
- ####19 . 图表类
353
+ ####20 . 图表类
339
354
340
355
- [ Highcharts 中文API] ( http://www.hcharts.cn/api/index.php )
341
356
- [ Highcharts 英文API] ( http://api.highcharts.com/highcharts )
342
357
- [ ECharts 百度的图表软件] ( http://echarts.baidu.com/ )
343
358
- [ 高德地图] ( http://lbs.amap.com/api/ )
344
359
345
- ####20 . vue
360
+ ####21 . vue
346
361
347
362
- [ Vue.js] ( http://cn.vuejs.org/ )
348
363
- [ Vue 入门指南] ( http://www.cnblogs.com/aaronjs/p/3660102.html )
@@ -387,8 +402,19 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
387
402
- [ Qunar UED] ( http://ued.qunar.com/ )
388
403
389
404
####2 . Javascript
390
- - [ ieBetter.js-让IE6-IE8拥有IE9+,Chrome等浏览器特性] ( http://www.zhangxinxu.com/wordpress/2013/12/iebetter-js-make-ie6-ie8-like-modern-browser-ie9-chrome/ )
391
405
406
+ 1 . 常用
407
+
408
+ - [ ieBetter.js-让IE6-IE8拥有IE9+,Chrome等浏览器特性] ( http://www.zhangxinxu.com/wordpress/2013/12/iebetter-js-make-ie6-ie8-like-modern-browser-ie9-chrome/ )
409
+
410
+ 2 . 算法
411
+
412
+ - [ 数据结构与算法 JavaScript 描述. 章节练习] ( https://github.com/Ralph-Wang/algorithm.in.js )
413
+ - [ 常见排序算法(JS版)] ( https://github.com/twobin/twobinSort )
414
+ - [ 经典排序] ( https://github.com/luofei2011/jsAgm/blob/master/js/sort.js )
415
+ - [ 常见排序算法-js版本] ( https://github.com/hechangmin/jssort )
416
+ - [ JavaScript 算法与数据结构 精华集] ( https://github.com/lightningtgc/JavaScript-Algorithms )
417
+ - [ ] ( )
392
418
393
419
####3 . Html5
394
420
- [ HTML5 有哪些让你惊艳的 demo?] ( http://www.zhihu.com/question/24398907 )
@@ -502,7 +528,7 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
502
528
- [ 前端自动化测试] ( http://www.zhihu.com/question/29922082 )
503
529
- [ 多种轮换图片] ( http://ajccom.github.io/niceslider/ )
504
530
505
- ####12 . 文件上传
531
+ ####13 . 文件上传
506
532
507
533
- [ 百度上传组件] ( http://fex.baidu.com/webuploader/ )
508
534
- [ 上传] ( https://blueimp.github.io/jQuery-File-Upload/ )
@@ -512,21 +538,26 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
512
538
- [ jQuery图片处理] ( http://www.oschina.net/project/tag/284/jquery-image-tools?lang=0&os=0&sort=view&p=2 )
513
539
- [ ] ( )
514
540
515
- ####13 . 模拟select
541
+ ####14 . 模拟select
516
542
517
543
- [ 糖饼 select] ( http://aui.github.io/popupjs/doc/selectbox.html )
518
544
- [ flexselect] ( https://github.com/rmm5t/jquery-flexselect )
519
545
- [ 双select] ( http://loudev.com/ )
520
546
- [ ] ( )
521
547
522
- ####14 . 取色插件
548
+ ####15 . 取色插件
523
549
524
550
- [ 类似 Photoshop 的界面取色插件] ( http://www.jq22.com/plugin/367 )
525
551
- [ jquery color] ( https://github.com/jquery/jquery-color/ )
526
552
- [ 取色插件集合] ( http://www.oschina.net/project/tag/287/color-picker )
527
553
- [ farbtastic 圆环+正方形] ( https://github.com/mattfarina/farbtastic )
528
554
- [ ] ( )
529
555
556
+ ####16 . 城市联动
557
+
558
+ - [ jquery.cityselect.js基于jQuery+JSON的省市或自定义联动效果] ( http://www.ijquery.cn/?p=360 )
559
+ - [ ] ( )
560
+
530
561
###九. Nodejs
531
562
532
563
- [ nodejs 篇幅比较巨大] ( http://liuqing.pw/ )
@@ -674,8 +705,6 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
674
705
- [ haorooms博客] ( http://www.haorooms.com/about )
675
706
- [ Justin Young] ( http://cv.youngdze.com/ )
676
707
- [ ] ( )
677
- - [ ] ( )
678
- - [ ] ( )
679
708
680
709
###十四. 面试题
681
710
@@ -755,7 +784,9 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
755
784
- [ reveal] ( https://github.com/hakimel/reveal.js/ )
756
785
- [ slippy] ( https://github.com/Seldaek/slippy )
757
786
787
+ 3 . Other
758
788
789
+ - [ loading img] ( http://preloaders.net/en/circular )
759
790
760
791
###十七. 前端导航网站
761
792
0 commit comments