Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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:
Select2

Get started:
------------
Install select2-browserify

npm install browserify # Install browserify if not yet
npm install select2-browserify

Require it

var $ = require('jquery'),
select2 = require('select2-browserify');

Links:
-----
Browserify: https://github.com/substack/node-browserify
Select2: http://ivaynberg.github.com/select2