Skip to content

futurecolors/jqapi.ru

Repository files navigation

jQuery API Cheat Sheet

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.

Goals

  • all methods and attributes on one page
  • easily printable
  • clean design with less noise

jQuery API Cheatsheet

Developing

  • git clone git@github.com:futurecolors/jqapi.ru.git
  • cd jqapi.ru
  • npm install
  • grunt

Now you have fresh build of cheat sheet in build folder.

Tasks

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.