classie

WebJar for classie

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.bower
Идентификатор

Идентификатор

classie
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

classie
WebJar for classie
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/desandro/classie

Скачать classie

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

classie - class helper functions

Ripped from bonzo ❤️ @ded

No longer supported

Use classie only if you need to support older browsers that do not support classList. classList is supported in IE10+, Android 3+, iOS Safari 5.1+, and modern evergreen browsers. Can I use classList?

classie is longer supported. v1.0.1 is the final version.

Usage

classie.has( element, 'my-class' ) // returns true/false
classie.add( element, 'my-new-class' ) // add new class
classie.remove( element, 'my-unwanted-class' ) // remove class
classie.toggle( element, 'my-class' ) // toggle class

Package management

Install with Bower 🐦 bower install classie

Install with npm npm install desandro-classie

Install with Component component install desandro/classie

MIT license

classie is released under the MIT license.

Версии библиотеки

Версия
1.0.1