Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

README.md 4.0 KiB

3 lat temu
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. Select2
  2. =======
  3. [![Build Status][travis-ci-image]][travis-ci-status]
  4. Select2 is a jQuery-based replacement for select boxes. It supports searching,
  5. remote data sets, and pagination of results.
  6. To get started, checkout examples and documentation at
  7. https://select2.github.io/
  8. Use cases
  9. ---------
  10. * Enhancing native selects with search.
  11. * Enhancing native selects with a better multi-select interface.
  12. * Loading data from JavaScript: easily load items via AJAX and have them
  13. searchable.
  14. * Nesting optgroups: native selects only support one level of nesting. Select2
  15. does not have this restriction.
  16. * Tagging: ability to add new items on the fly.
  17. * Working with large, remote datasets: ability to partially load a dataset based
  18. on the search term.
  19. * Paging of large datasets: easy support for loading more pages when the results
  20. are scrolled to the end.
  21. * Templating: support for custom rendering of results and selections.
  22. Browser compatibility
  23. ---------------------
  24. * IE 8+
  25. * Chrome 8+
  26. * Firefox 10+
  27. * Safari 3+
  28. * Opera 10.6+
  29. Usage
  30. -----
  31. You can source Select2 directly from a CDN like [JSDliver][jsdelivr] or
  32. [CDNJS][cdnjs], [download it from this GitHub repo][releases], or use one of
  33. the integrations below.
  34. Integrations
  35. ------------
  36. * [Wicket-Select2][wicket-select2] (Java / [Apache Wicket][wicket])
  37. * [select2-rails][select2-rails] (Ruby on Rails)
  38. * [AngularUI][angularui-select] ([AngularJS][angularjs])
  39. * [Django][django-select2]
  40. * [Symfony][symfony-select2]
  41. * [Symfony2][symfony2-select2]
  42. * [Bootstrap 2][bootstrap2-select2] and [Bootstrap 3][bootstrap3-select2]
  43. (CSS skins)
  44. * [Meteor][meteor-select2] ([Bootstrap 3 skin][meteor-select2-bootstrap3])
  45. * [Meteor][meteor-select2-alt]
  46. * [Yii 2.x][yii2-select2]
  47. * [Yii 1.x][yii-select2]
  48. * [AtmosphereJS][atmospherejs-select2]
  49. Internationalization (i18n)
  50. ---------------------------
  51. Select2 supports multiple languages by simply including the right language JS
  52. file (`dist/js/i18n/it.js`, `dist/js/i18n/nl.js`, etc.) after
  53. `dist/js/select2.js`.
  54. Missing a language? Just copy `src/js/select2/i18n/en.js`, translate it, and
  55. make a pull request back to Select2 here on GitHub.
  56. Documentation
  57. -------------
  58. The documentation for Select2 is available
  59. [through GitHub Pages][documentation] and is located within this repository
  60. in the [`docs` folder][documentation-folder].
  61. Community
  62. ---------
  63. You can find out about the different ways to get in touch with the Select2
  64. community at the [Select2 community page][community].
  65. Copyright and license
  66. ---------------------
  67. The license is available within the repository in the [LICENSE][license] file.
  68. [angularjs]: https://angularjs.org/
  69. [angularui-select]: http://angular-ui.github.io/#ui-select
  70. [atmospherejs-select2]: https://atmospherejs.com/package/jquery-select2
  71. [bootstrap2-select2]: https://github.com/t0m/select2-bootstrap-css
  72. [bootstrap3-select2]: https://github.com/t0m/select2-bootstrap-css/tree/bootstrap3
  73. [cdnjs]: http://www.cdnjs.com/libraries/select2
  74. [community]: https://select2.github.io/community.html
  75. [django-select2]: https://github.com/applegrew/django-select2
  76. [documentation]: https://select2.github.io/
  77. [documentation-folder]: https://github.com/select2/select2/tree/master/docs
  78. [freenode]: https://freenode.net/
  79. [jsdelivr]: http://www.jsdelivr.com/#!select2
  80. [license]: LICENSE.md
  81. [meteor-select2]: https://github.com/nate-strauser/meteor-select2
  82. [meteor-select2-alt]: https://jquery-select2.meteor.com
  83. [meteor-select2-bootstrap3]: https://github.com/zimme/meteor-select2-bootstrap3-css/
  84. [releases]: https://github.com/select2/select2/releases
  85. [select2-rails]: https://github.com/argerim/select2-rails
  86. [symfony-select2]: https://github.com/19Gerhard85/sfSelect2WidgetsPlugin
  87. [symfony2-select2]: https://github.com/avocode/FormExtensions
  88. [travis-ci-image]: https://travis-ci.org/select2/select2.svg?branch=master
  89. [travis-ci-status]: https://travis-ci.org/select2/select2
  90. [wicket]: http://wicket.apache.org
  91. [wicket-select2]: https://github.com/ivaynberg/wicket-select2
  92. [yii-select2]: https://github.com/tonybolzan/yii-select2
  93. [yii2-select2]: http://demos.krajee.com/widgets#select2