select

WebJar for select

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

select
Last Version

Last Version

1.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

select
WebJar for select
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/zenorocha/select

Download select

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.1.2
1.1.0