Enjoy single-page jQuery API Cheat Sheet by Future Colors and community.
This repo used to power jqapi.ru website, now served through https://futurecolors.github.io/jqapi.ru/
Contributions are welcome.
- all methods and attributes on one page
- easily printable
- clean design with less noise
git clone [email protected]:futurecolors/jqapi.ru.git
cd jqapi.ru
npm install
grunt
Now you have fresh build of cheat sheet in build
folder.
grunt serve
Same as grunt, but also launches local server to display html.
grunt publish
Update https://futurecolors.github.io/jqapi.ru/ with latest build.