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.
- Host: GitHub
- URL: https://github.com/creeperyang/cepto
- Owner: creeperyang
- Created: 2015-06-24T07:28:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-07T15:00:15.000Z (almost 11 years ago)
- Last Synced: 2025-03-01T00:12:07.169Z (over 1 year ago)
- Language: JavaScript
- Size: 195 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.