Slim version of jQuery that excludes ajax, effects and currently deprecated code, Learn More.
Install via NPM
npm i jquery-slim --save
Using with webpack or browserify:
import $ from 'jquery-slim'
const myStuff = $('select-stuff');
License |
License |
---|---|
Categories |
CategoriesGithub Development Tools Version Controls |
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-thesabbir-jquery-slim |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjquery-slim
WebJar for jquery-slim
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-thesabbir-jquery-slim/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>github-com-thesabbir-jquery-slim</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-thesabbir-jquery-slim/
implementation 'org.webjars.npm:github-com-thesabbir-jquery-slim:3.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-thesabbir-jquery-slim/
implementation ("org.webjars.npm:github-com-thesabbir-jquery-slim:3.0.0")
'org.webjars.npm:github-com-thesabbir-jquery-slim:jar:3.0.0'
<dependency org="org.webjars.npm" name="github-com-thesabbir-jquery-slim" rev="3.0.0">
<artifact name="github-com-thesabbir-jquery-slim" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-thesabbir-jquery-slim', version='3.0.0')
)
libraryDependencies += "org.webjars.npm" % "github-com-thesabbir-jquery-slim" % "3.0.0"
[org.webjars.npm/github-com-thesabbir-jquery-slim "3.0.0"]
Slim version of jQuery that excludes ajax, effects and currently deprecated code, Learn More.
npm i jquery-slim --save
Using with webpack or browserify:
import $ from 'jquery-slim'
const myStuff = $('select-stuff');