695123a1d2
Users are expected to be using jQuery in their web applications already, it's up to them to determine how it is loaded in. This closes https://github.com/select2/select2/issues/2941.
13 lines
364 B
JSON
13 lines
364 B
JSON
{
|
|
"name": "select2",
|
|
"description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
|
|
"main": [
|
|
"dist/js/select2.js",
|
|
"dist/css/select2.css"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:select2/select2.git"
|
|
}
|
|
}
|