class-list

WebJar for class-list

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

class-list
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

class-list
WebJar for class-list
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/npm-dom/class-list

Download class-list

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/class-list/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>class-list</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/class-list/
implementation 'org.webjars.npm:class-list:0.1.1'
// https://jarcasting.com/artifacts/org.webjars.npm/class-list/
implementation ("org.webjars.npm:class-list:0.1.1")
'org.webjars.npm:class-list:jar:0.1.1'
<dependency org="org.webjars.npm" name="class-list" rev="0.1.1">
  <artifact name="class-list" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='class-list', version='0.1.1')
)
libraryDependencies += "org.webjars.npm" % "class-list" % "0.1.1"
[org.webjars.npm/class-list "0.1.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : indexof jar [0.0.1]

Project Modules

There are no modules declared in this project.

class-list

browser support

A cross browser class list

Example

var elem = someElement
    , ClassList = require("class-list")
    , cl = ClassList(elem)

cl.add("foo")
cl.remove("bar")
cl.toggle("baz")

Installation

npm install class-list

Contributors

  • Raynos

MIT Licenced

org.webjars.npm
DOM Modules in NPM

Versions

Version
0.1.1