lhl 6ff0e96ad3 8-4-1 | hai 1 ano | |
---|---|---|
.. | ||
demo | hai 1 ano | |
dist | hai 1 ano | |
src | hai 1 ano | |
test | hai 1 ano | |
.editorconfig | hai 1 ano | |
.npmignore | hai 1 ano | |
.travis.yml | hai 1 ano | |
bower.json | hai 1 ano | |
karma.conf.js | hai 1 ano | |
package.json | hai 1 ano | |
readme.md | hai 1 ano |
Programmatically select the text of a HTML element.
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.
<script src="dist/select.js"></script>
var input = document.querySelector('input');
var result = select(input);
var select = require('select');
var input = document.querySelector('input');
var result = select(input);
MIT License © Zeno Rocha