component-query

WebJar for component-query

Лицензия

Лицензия

MIT
Группа

Группа

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

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

component-query
Последняя версия

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

0.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

component-query
WebJar for component-query
Ссылка на сайт

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

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

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

https://github.com/component/query

Скачать component-query

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

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

Зависимости

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

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

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

query

Query the DOM with selector engine fallback support. This abstraction allows all other components that require dom querying to indirectly support old browsers, without explicitly adding support for them.

Installation

$ component install component/query

API

query(selector, [el])

Query selector against the document or el and return a single match.

query('ul > li');
query('ul > li', articles);

query.all(selector, [el])

Query selector against the document or el and return all matches.

query.all('ul > li');
query.all('ul > li', articles);

Fallback engines

Currently supported:

License

MIT

org.webjars.npm

Components

modular components for component

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

Версия
0.0.3