select

WebJar for select

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

1.1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

https://github.com/zenorocha/select

Скачать select

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

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

Зависимости

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

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

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

select

Build Status

Programmatically select the text of a HTML element.

Install

You can get it on npm.

npm install select --save

Or bower, too.

bower install select --save

If you're not into package management, just download a ZIP file.

Usage

Standalone

<script src="dist/select.js"></script>
var input = document.querySelector('input');
var result = select(input);

Browserify

var select = require('select');
var input = document.querySelector('input');
var result = select(input);

License

MIT License © Zeno Rocha

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

Версия
1.1.2
1.1.0