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 |
|---|---|
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdjquery-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 |
| Filename | Size |
|---|---|
| jquery-slim-3.0.0.pom | |
| jquery-slim-3.0.0.jar | 128 KB |
| jquery-slim-3.0.0-sources.jar | 22 bytes |
| jquery-slim-3.0.0-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/jquery-slim/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>jquery-slim</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/jquery-slim/
implementation 'org.webjars.npm:jquery-slim:3.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/jquery-slim/
implementation ("org.webjars.npm:jquery-slim:3.0.0")
'org.webjars.npm:jquery-slim:jar:3.0.0'
<dependency org="org.webjars.npm" name="jquery-slim" rev="3.0.0">
<artifact name="jquery-slim" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='jquery-slim', version='3.0.0')
)
libraryDependencies += "org.webjars.npm" % "jquery-slim" % "3.0.0"
[org.webjars.npm/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');