Top "Jquery-select2" questions

Select2 is a jQuery-based replacement for select boxes.

Select2 use a dynamic Ajax URL on call

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-3
How to use jQuery Select2 with AngularJS

I 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-select2
select2 search - match only words that start with search term

I migrated from chosen to select2 plugin because it works better for me, but its documentation is very poor when …

jquery-select2 jquery-select2-4
select2 plugin works fine when not inside a jquery modal dialog

I am using select2 plugin inside a jquery dialog but in does not work. When dropping down, the focus moves …

dialog jquery-select2
Select2: How to prevent tags sorting

When user selects many items (tags), they are automatically sorted alphabetically. How to prevent automatic sort and keep user's order …

jquery jquery-select2
Disable dropdown opening on select2 clear

Seems that select2 4 opens by default the dropdown when clearing the current selected item. Previous versions of select2 didn't seem …

jquery jquery-select2
How do I use select2-rails with simple_form?

This 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-rails
Select2 and HTML5 form validation

How I can do a form validation (HTML5 Required) with Select2?

twitter-bootstrap jquery-select2 required
Dynamically adding options and optgroups in Select2

With the following html: <input type='hidden' id='cantseeme'> I'm having no trouble creating a Select2 control dynamically, …

javascript jquery jquery-select2
Setting initial values of Angular-UI Select2 multiple directive

I have a select2 directive for a multiple select of countries with a custom query to grab the data: // Directive &…

angularjs jquery-select2 angular-ui