An open API service indexing awesome lists of open source software.

https://github.com/youngwind/thief


https://github.com/youngwind/thief

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

一直存在这样一个问题:看jquery的源码,有好些地方大概明白,却不知道为什么要这样做。
看《JavaScript语言精粹》之类的基础书籍,里面各种理论一套一套,到了实战的时候却要想不起来了。
为了解决这个问题,特意开辟一系列博客,希望通过山寨一个jquery库来巩固基础。

1. [thief系列之一:总序&&从第一行代码开始](https://github.com/youngwind/blog/issues/60)
2. [thief系列之二:从获取DOM和增删类中看js如何构造一个类](https://github.com/youngwind/blog/issues/63)
3. [thief系列之三:从实现链式调用中看类数组对象与级联](https://github.com/youngwind/blog/issues/69)
4. [thief系列之四:从实现getJSON中探索XHR和promise](https://github.com/youngwind/blog/issues/74)