Top "Jquery-select2" questions

Select2 is a jQuery-based replacement for select boxes.

Select2 disable/enable specific option

I have a list which is of type select2. <select id="list" class="form-control select2 select2-hidden-accessible" tabindex="-1" …

jquery select jquery-select2
Select2 Get selected option data

$("#e2").select2("val") returns me the value, but I wan't to get the .$listtypes['name'] . ether from data-name or from …

jquery jquery-select2
Is there a properly tested alternative to Select2 or Chosen?

I am looking for an alternative to Select2 that basically provides the same functionality, but includes proper tests. The quest …

javascript jquery forms testing jquery-select2
How to Use select2.js

I want to add a form field which can auto fill text & can take multiple tabs(similar to fb). …

jquery html jquery-chosen jquery-select2
Select2 and initSelection callback

On page load, I'm trying to use initSelection to select ID 60 (specified value of the input field). I can't seem …

jquery jquery-select2
How to render html in select2 options

In this example of data loaded from a remote source I can see images and other html elements rendered as …

jquery html jquery-select2 jquery-select2-4
Attach click-event to element in .select2-result

I'm looking for a way to attach a click-event to a select2-result-item. I've gone ahead and formatted both result …

javascript jquery-select2
Select2 with a checkbox list for a multiple select

I need to implement a select similar to this http://www.erichynds.com/examples/jquery-ui-multiselect-widget/demos/ I want to use …

jquery-select2
Dynamic select2 not firing change event

I have a form with a couple of selects inside. I'm applying the select2 jquery plugin over those selects like …

jquery events onchange jquery-select2
select2 force focus on page load

I am trying to make a select2 box appear in its focused state on page load. I have tried the …

jquery jquery-select2