Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-04-10 19:23:03 +07:00
parent e4705579f0
commit 0700a715e4
5693 changed files with 857475 additions and 0 deletions

View File

@ -0,0 +1,13 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.

View File

@ -0,0 +1,37 @@
{
"name": "multi-select",
"title": " multiselect",
"description": "This is a tiny jQuery plugin which aims to be a drop-in replacement for the standard &lt;select&gt; with multiple attribute activated.",
"keywords": [
"multiselect",
"select",
"multiple",
"form"
],
"version": "0.9.5",
"author": {
"name": "lou",
"email" : "louiscuny@gmail.com",
"url": "https://github.com/lou"
},
"maintainers": [
{
"name": "Louis CUNY",
"email": "louiscuny@gmail.com",
"url": "https://github.com/lou"
}
],
"licenses": [
{
"type": "wtfpl",
"url": "http://sam.zoy.org/wtfpl/COPYING"
}
],
"bugs": "https://github.com/lou/multi-select/issues",
"homepage": "http://loudev.com/",
"docs": "http://loudev.com/",
"download": "https://github.com/lou/multi-select/archive/master.zip",
"dependencies": {
"jquery": ">= 1.8"
}
}