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

https://github.com/creeperyang/cepto

A small JavaScript library for modern browsers with a largely jQuery-compatible API.
https://github.com/creeperyang/cepto

Last synced: 11 months ago
JSON representation

A small JavaScript library for modern browsers with a largely jQuery-compatible API.

Awesome Lists containing this project

README

          

# cepto

A small JavaScript library for modern browsers with a largely jQuery-compatible API.

## Important

Currently most of the code comes from [zepto](https://github.com/madrobby/zepto) and [jQuery](https://github.com/jquery/jquery). And the corresponding rights belong to them.

But **why** this project?

1. Firstly, read `zepto` and `jQuery`'s source code via the project and study.
2. I'd like to reorganize the code/module via `browserify`.
3. Cut or enhance some module of the library for custom usage.
4. more?

## Progress

module | progress
:----:|:-----:
core and util | complete
selector | complete
dom manipulation | complete
attribute | complete
dimension | complete
css | complete
data | complete
event | complete
promise | to do
ajax | to do
animation | to do

## License
Copyright (c) 2015 creeperyang. Licensed under the MIT license.