Skip to content

HubSpot/youmightnotneedjquery

dev
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

You Might Not Need jQuery

Build Workflow

A resource for doing things au naturel.

YouMightNotNeedjQuery.com

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.