Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loicmahieu/select2-browserify
Select2 - For Browserify
https://github.com/loicmahieu/select2-browserify
Last synced: 27 days ago
JSON representation
Select2 - For Browserify
- Host: GitHub
- URL: https://github.com/loicmahieu/select2-browserify
- Owner: LoicMahieu
- Created: 2012-12-18T20:50:24.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-01-24T11:54:00.000Z (almost 8 years ago)
- Last Synced: 2024-11-17T10:56:04.324Z (about 2 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### There are much better solutions for requiring select2 in browserify than this module. See https://github.com/LoicMahieu/select2-browserify/issues/4
Select2-browserify
=================
Browersified version of the excellent jQuery based replacement for select boxes:
Select2Get started:
------------
Install select2-browserifynpm install browserify # Install browserify if not yet
npm install select2-browserifyRequire it
var $ = require('jquery'),
select2 = require('select2-browserify');Links:
-----
Browserify: https://github.com/substack/node-browserify
Select2: http://ivaynberg.github.com/select2