Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 883 Bytes

File metadata and controls

34 lines (21 loc) · 883 Bytes

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.