You might not need jQuery

A resource for doing things au naturel.
GitHub
14.2k
Created 11 years ago, last commit a year ago
48 contributors
404 commits
Stars added on GitHub, month by month
12
1
2
3
4
5
6
7
8
9
10
11
2023
2024
Stars added on GitHub, per day, on average
Yesterday
=
Last week
+0.1
/day
Last month
+0.2
/day
Last 12 months
+0.4
/day
README

You Might Not Need jQuery

Build Workflow

A resource for doing things au naturel.

Contributing

To add a new section, just create a folder for it, and add jquery.js, and ie8.js, ie9.js, ie10.js, ie11.js, and modern.js (for Chrome/Safari/Firefox) as needed. For example, if you have ie8.js and ie9.js, the ie9 version will be shown to people looking for a solution that works in ie9, ie10, ie11, or modern JS.

Building

Building YMNNJQ requires Node.js

  1. In the project directory, run npm install
  2. To build the project and watch for changes, run npm run dev.
  3. To build the project without watching for changes, use npm run build.