https://github.com/optimizely/jquery-commonjs
older versions of jquery packaged as commonjs modules
https://github.com/optimizely/jquery-commonjs
Last synced: 10 months ago
JSON representation
older versions of jquery packaged as commonjs modules
- Host: GitHub
- URL: https://github.com/optimizely/jquery-commonjs
- Owner: optimizely
- License: other
- Archived: true
- Created: 2018-04-25T23:10:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T16:37:29.000Z (about 3 years ago)
- Last Synced: 2025-03-01T12:17:18.742Z (about 1 year ago)
- Size: 250 KB
- Stars: 0
- Watchers: 78
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# jquery-commonjs
Older versions of jquery packaged as commonjs modules.
These legacy jquery modules have been modified to default export the jquery object($). These modules also will not add `jQuery` or `$` to the global namespace (window). For all versions the source code has been minified. Note that starting with jquery version 1.10 the default behavior changed to not set the jQuery globals in a commonjs module environment, so starting with that version the stock jquery code can be used without concern over the setting of the jQuery global variables.
The following jquery versions are available (via the following git tags and associated package.json git URLs)
- `v1.7.2`: `git://github.com/optimizely/jquery-commonjs.git#v1.7.2`
- `v1.8.3`: `git://github.com/optimizely/jquery-commonjs.git#v1.8.3.1`
- `v1.9.1`: `git://github.com/optimizely/jquery-commonjs.git#v1.9.1`