jquery-textrange
Version:
A jQuery plugin for getting, setting and replacing the selected text in input fields and textareas.
41 lines (40 loc) • 845 B
JSON
{
"name": "jquery-textrange",
"version": "1.4.0",
"description": "A jQuery plugin for getting, setting and replacing the selected text in input fields and textareas.",
"main": "jquery-textrange.js",
"dependencies": {
"jquery": "*"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/dwieeb/jquery-textrange.git"
},
"keywords": [
"jquery",
"jquery-plugin",
"caret",
"cursor",
"field",
"highlight",
"input",
"range",
"replace",
"select",
"selection",
"substr",
"substring",
"text",
"textarea",
"textrange"
],
"author": "Daniel Imhoff",
"license": "MIT",
"bugs": {
"url": "https://github.com/dwieeb/jquery-textrange/issues"
}
}