sell

WebJar for sell

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

sell
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

sell
WebJar for sell
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/bevacqua/sell

Download sell

How to add to project

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

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.

Sell

Cross-browser text input selection made simple

Install

npm install sell --save

Usage

Note that el must be either an <input> element or a <textarea>.

sell(el)

Returns an object like { start: 1, end: 3 } indicating where the selection starts and ends.

sell(el, p)

Sets text selection on element el to a range p, like the ones returned from sell(el). Note that you can set either start or end to the special 'end' value, in which case el.value.length will be used.

Related

For general-purpose text selection outside of inputs, see seleccion

License

MIT

Versions

Version
1.0.0