{"id":15308995,"url":"https://github.com/marcelod/select2","last_synced_at":"2025-10-08T16:31:00.477Z","repository":{"id":20908012,"uuid":"24195750","full_name":"marcelod/select2","owner":"marcelod","description":"Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.","archived":false,"fork":true,"pushed_at":"2014-09-18T16:27:54.000Z","size":4971,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T16:34:51.700Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://ivaynberg.github.com/select2/","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"select2/select2","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcelod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-18T16:24:07.000Z","updated_at":"2014-09-18T16:17:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/marcelod/select2","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/marcelod/select2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelod%2Fselect2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelod%2Fselect2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelod%2Fselect2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelod%2Fselect2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcelod","download_url":"https://codeload.github.com/marcelod/select2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelod%2Fselect2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278977614,"owners_count":26079092,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T08:19:40.095Z","updated_at":"2025-10-08T16:31:00.177Z","avatar_url":"https://github.com/marcelod.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Select2\n=======\n\nSelect2 is a jQuery-based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.\n\nTo get started, checkout examples and documentation at http://ivaynberg.github.com/select2\n\nUse cases\n---------\n\n* Enhancing native selects with search.\n* Enhancing native selects with a better multi-select interface.\n* Loading data from JavaScript: easily load items via ajax and have them searchable.\n* Nesting optgroups: native selects only support one level of nested. Select2 does not have this restriction.\n* Tagging: ability to add new items on the fly.\n* Working with large, remote datasets: ability to partially load a dataset based on the search term.\n* Paging of large datasets: easy support for loading more pages when the results are scrolled to the end.\n* Templating: support for custom rendering of results and selections.\n\nBrowser compatibility\n---------------------\n* IE 8+\n* Chrome 8+\n* Firefox 10+\n* Safari 3+\n* Opera 10.6+\n\nUsage\n-----\nYou can source Select2 directly from a CDN like [JSDliver](http://www.jsdelivr.com/#!select2) or [CDNJS](http://www.cdnjs.com/libraries/select2), [download it from this GitHub repo](https://github.com/ivaynberg/select2/tags), or use one of the integrations below.\n\nIntegrations\n------------\n\n* [Wicket-Select2](https://github.com/ivaynberg/wicket-select2) (Java / [Apache Wicket](http://wicket.apache.org))\n* [select2-rails](https://github.com/argerim/select2-rails) (Ruby on Rails)\n* [AngularUI](http://angular-ui.github.com/#directives-select2) ([AngularJS](http://angularjs.org))\n* [Django](https://github.com/applegrew/django-select2)\n* [Symfony](https://github.com/19Gerhard85/sfSelect2WidgetsPlugin)\n* [Symfony2](https://github.com/avocode/FormExtensions)\n* [Bootstrap 2](https://github.com/t0m/select2-bootstrap-css) and [Bootstrap 3](https://github.com/t0m/select2-bootstrap-css/tree/bootstrap3) (CSS skins)\n* [Meteor](https://github.com/nate-strauser/meteor-select2) (modern reactive JavaScript framework; + [Bootstrap 3 skin](https://github.com/esperadomedia/meteor-select2-bootstrap3-css/))\n* [Meteor](https://jquery-select2.meteor.com)\n* [Yii 2.x](http://demos.krajee.com/widgets#select2)\n* [Yii 1.x](https://github.com/tonybolzan/yii-select2)\n* [AtmosphereJS](https://atmospherejs.com/package/jquery-select2)\n\n### Example Integrations\n\n* [Knockout.js](https://github.com/ivaynberg/select2/wiki/Knockout.js-Integration)\n* [Socket.IO](https://github.com/ivaynberg/select2/wiki/Socket.IO-Integration)\n* [PHP](https://github.com/ivaynberg/select2/wiki/PHP-Example)\n* [.Net MVC] (https://github.com/ivaynberg/select2/wiki/.Net-MVC-Example)\n\nInternationalization (i18n)\n---------------------------\n\nSelect2 supports multiple languages by simply including the right language JS\nfile (`select2_locale_it.js`, `select2_locale_nl.js`, etc.) after `select2.js`.\n\nMissing a language? Just copy `select2_locale_en.js.template`, translate\nit, and make a pull request back to Select2 here on GitHub.\n\nDocumentation\n-------------\n\nThe documentation for Select2 is available [through GitHub Pages](https://ivaynberg.github.io/select2/) and is located within this repository in the [`gh-pages` branch](https://github.com/ivaynberg/select2/tree/gh-pages).\n\nCommunity\n---------\n\n### Bug tracker\n\nHave a bug? Please create an issue here on GitHub!\n\nhttps://github.com/ivaynberg/select2/issues\n\n### Mailing list\n\nHave a question? Ask on our mailing list!\n\nselect2@googlegroups.com\n\nhttps://groups.google.com/d/forum/select2\n\n### IRC channel\n\nNeed help implementing Select2 in your project? Ask in our IRC channel!\n\n**Network:** [Freenode](https://freenode.net/) (`chat.freenode.net`)\n\n**Channel:** `#select2`\n\n**Web access:** https://webchat.freenode.net/?channels=select2\n\nCopyright and license\n---------------------\n\nCopyright 2012 Igor Vaynberg\n\nThis software is licensed under the Apache License, Version 2.0 (the \"Apache License\") or the GNU\nGeneral Public License version 2 (the \"GPL License\"). You may choose either license to govern your\nuse of this software only upon the condition that you accept all of the terms of either the Apache\nLicense or the GPL License.\n\nYou may obtain a copy of the Apache License and the GPL License in the LICENSE file, or at:\n\nhttp://www.apache.org/licenses/LICENSE-2.0\nhttp://www.gnu.org/licenses/gpl-2.0.html\n\nUnless required by applicable law or agreed to in writing, software distributed under the Apache License\nor the GPL License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,\neither express or implied. See the Apache License and the GPL License for the specific language governing\npermissions and limitations under the Apache License and the GPL License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelod%2Fselect2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcelod%2Fselect2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelod%2Fselect2/lists"}