Select2 is a jQuery-based replacement for select boxes.
I use the Select2 plugin (v 3.5.2) with Ajax to dynamically load elements in the list. I have an issue as …
jquery-select2 jquery-select2-3I am trying to use jQuery (2.2.1) Select2 (3.5.2) with Angularjs (1.5) but am having a difficult time grabbing the data from the …
jquery angularjs jquery-select2 angularjs-select2I migrated from chosen to select2 plugin because it works better for me, but its documentation is very poor when …
jquery-select2 jquery-select2-4I am using select2 plugin inside a jquery dialog but in does not work. When dropping down, the focus moves …
dialog jquery-select2When user selects many items (tags), they are automatically sorted alphabetically. How to prevent automatic sort and keep user's order …
jquery jquery-select2Seems that select2 4 opens by default the dropdown when clearing the current selected item. Previous versions of select2 didn't seem …
jquery jquery-select2This select2 jquery library looks awesome. There is a Rails gem but it is very light on the documentation. I …
ruby-on-rails ruby-on-rails-3 simple-form jquery-select2 select2-railsHow I can do a form validation (HTML5 Required) with Select2?
twitter-bootstrap jquery-select2 requiredWith the following html: <input type='hidden' id='cantseeme'> I'm having no trouble creating a Select2 control dynamically, …
javascript jquery jquery-select2I have a select2 directive for a multiple select of countries with a custom query to grab the data: // Directive &…
angularjs jquery-select2 angular-ui