mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-22 09:21:30 +01:00
into function multipleselectarray (except loading of css). Code is prepared to choose which plugin to use (only a if is required to switch or add a new manager). Introduce working version with multiple-select jquery plugin. Removed deprecated old jquery plugin.
28 lines
981 B
JSON
28 lines
981 B
JSON
{
|
|
"name": "multiple-select",
|
|
"version": "1.1.0",
|
|
"title": "Multiple Select",
|
|
"description": "Multiple select is a jQuery plugin to select multiple elements with checkboxes :).",
|
|
"author": {
|
|
"name": "zhixin wen",
|
|
"email": "wenzhixin2010@gmail.com",
|
|
"url": "http://wenzhixin.net.cn/"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT License",
|
|
"url": "http://opensource.org/licenses/MIT"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">=1.7"
|
|
},
|
|
"keywords": ["multiple.select", "select.list", "multiple.choose", "checkbox"],
|
|
"homepage": "http://wenzhixin.net.cn/p/multiple-select/",
|
|
"demo": "http://wenzhixin.net.cn/p/multiple-select/#examples",
|
|
"bugs": {
|
|
"url": "https://github.com/wenzhixin/multiple-select/issues"
|
|
},
|
|
"docs": "http://wenzhixin.net.cn/p/multiple-select/#documentation",
|
|
"download": "https://github.com/wenzhixin/multiple-select/archive/master.zip"
|
|
} |