Select2 is a jQuery-based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.

learn more… | top users | synonyms

0
votes
1answer
13 views

TypeError: a is undefined with Select2 plugin in asp.net MVC?

I create my Select on the on change event of another dropdown, so here is my script: $ddlOther.on('change', function(e) { var Json = {}, persons = []; Json.id = ...
0
votes
0answers
9 views

One time retrieving data with Select2 jquery

I have a problem with the select2 component (jQuery). I have this as code: $('#username').select2({ width: "400px", placeholder: "Selecteer 1 of meerder paritaire comités", ...
0
votes
1answer
34 views

Select2: set hidden field value

I have the following code: <input type="hidden" name="airport" tabindex="6" /> $('input[name="airport"]', '#details-form').select2({ minimumInputLength: 3, multiple: ...
0
votes
1answer
47 views

how to concate the jquery clone object to string

i have select2 box cloned and now i want to concatenate the cloned object with string and then append it to target field. the html is <select data-placeholder="Select a billable item" ...
0
votes
2answers
28 views

how to initialize select box on button click

i am using jquery select2 plugin its working fine but when i add select2 box on button click using function add_field it add the disabled select2 box. here is my sample code <div ...
0
votes
1answer
47 views

jquery select2: no matches found

When I set the select2 (3.4.0) value with the following code: el.select2('val', [1,2,3, 4, 5, 6, 7, 8, 10, 11, 12]); it shows me the no matches found message. It happens only at start-up, if I put ...
0
votes
0answers
19 views

Integrating X-editable and select2 (using Ajax to populate the options)

Has anyone succeeded in getting x-editable to work with select2, using ajax? I have succeeded in populating the autocomplete using an ajax request, but when the user selects an option, the x-editable ...
1
vote
2answers
40 views

select2 force focus on page load

I am trying to make a select2 box appear in it's 'focused' state on page load. I have tried the following: $('#id').select2('focus'); $('#id').trigger('click'); $('#id').trigger('focus'); Only the ...
0
votes
0answers
31 views

Select2 nested json parsing not working Rails3

I'm trying to make select2 working with my ajax loaded json data with nested attributes. I wanna get something like this http://ivaynberg.github.io/select2/#multi. eaxmple json: [{ id: 1, name: ...
0
votes
0answers
38 views

Select2 widget: width related to parent div

I use Select2 widget to populate dropdown menus in my MVC.NET application. Is it possible to make selection list same width as parent div or parent dropdown? Only thing that I came to is setting ...
0
votes
0answers
73 views

Creating multiselect drop-down box using Select2 via ajax call

I am trying to create dynamic multiselect dropdown box using select2 jQuery plugin. Here is my HTML code:- <html> <head> <title>Select2</title> <link rel="stylesheet" ...
1
vote
1answer
32 views

Convert Select2 input to tokens

Does the Select2 jQuery plug-in have a built-in function for converting strings to tokens? I want to be able to call this tokenizing function when the user pastes strings into a Select2 field so that ...
0
votes
0answers
37 views

Jquery Select2 -Chain select - How Pass variable

I'm using Jquery Select2 script http://ivaynberg.github.io/select2/#ajax. I have to dropdownlist - First Select for Regions - Second Select for cities Question: How pass variable from first select ...
0
votes
0answers
22 views

Select2 with createSearchChoice uses newly created choice for keyboard entry even given a match, bug or am I missing something?

I'm using Select2 (version 3.4.0) to populate a tag list. The tags are matched against existing ones via ajax call, and I'm using createSearchChoice to allow creating new tags. The code works so far, ...
0
votes
0answers
29 views

Select2 - not displaying selected item correctly

I have implemented a select2 box by creating a normal selection input in HTML and calling select2() on it, as per the documentation. However, it is turning out like this - and when I select the ...
1
vote
1answer
85 views

JSON format for jquery-select2 multi with ajax

I'm thinking in moving from Chosen to Select2 because Select2 has native methods for ajax. Ajax is critical because usualy you have to load a lot of data. I executed sucessfully the example with the ...
0
votes
0answers
63 views

select2 and remote data: pre-set value and text avoiding server round-trip

I am generating my HTML tags server-side (asp.net mvc4). I would like to pre-set the value and the description of my HIDDEN field avoiding the ajax call to fetch the data in the initSelection ...
0
votes
2answers
29 views

remote data: result object with different attributes. how to map?

I am trying to use jquery-select2 but I return json objects which have a different structure. I do not have an id and a text property but Code and Description. <input type="hidden" ...
0
votes
0answers
21 views

Select2 Tagging errors

Select2 Tagging implementation advice gratefully received. I am trying to implement Select2 on a form. I am loading jQuery on this page only and need it in noConflict mode. Mootools and other ...
0
votes
0answers
50 views

jQuery Select2 multiple chained selects

I put together this fiddle: http://jsfiddle.net/DywkZ/3/ Basically first 2 dropdowns will add and select data in the third. - kinda works What I want is when I remove a value from the #value input, ...
1
vote
1answer
39 views

Select2 “Infinite Scroll with Remote Data” - Callback not firing

Following the example on the Select2 project page, I am attempting to pull more records when the user scrolls to the bottom of the result set. <script> $(document).ready(function() { ...
1
vote
0answers
33 views

Display multiple columns in Select2

I'm using select2 and I'd like to show a multicolum table as a drop down, so I need the width of the drop down container to have a different (larger) width than the input itself Is it possible to do ...
2
votes
2answers
88 views

JQuery Select2 - How to select all options

I'm using JQuery select2 multi select dropdown. I need to select all options in a dropdown from code. Basically there is a Select All checkbox on which this fucntionality has to be implemented, I want ...
0
votes
0answers
27 views

can you group_by with select2 results?

$("#search_options input#event").select2({ width: '285px', placeholder: "Find event...", minimumInputLength: 1, multiple: false, ajax: { // instead of writing the function to execute the ...
4
votes
1answer
65 views

How to hide overflow on select2?

I am using the excellent select2 jquery control. I am trying to mimic a 3 cell table display layout, using CSS div layout. When the selected is larger than the current select2 width, the control ...
0
votes
0answers
51 views

jQuery - select2 dynamic add option, django

I use django crispy-forms to generate form in template. For one of the fields, I applied select2 jquery plugin. I try to dynamically add option to this select, however, I am not able to do so. I've ...
4
votes
1answer
157 views

Select2 retrieving invalid results from the last selected select box

I am currently having an issue right now where my select2 plugin is showing results from the last selected select box sometimes. Also I also get g.results is null sometimes when I first click the ...
0
votes
1answer
60 views

select2 - Setting different width to input and dropdown

I am using Select2 3.3.2 I have very very long options in the select. Example: <select id="e1"> <option value="AL">Alabama</option> <option value="WY">Wyoming</option> ...
4
votes
1answer
61 views

Entering values into a jquery-select2 that are not in the select list

I have a use case where I allow people to type values into the text box of the select2 plugin that do not appear in the select list. In one case I am providing validation and do not submit unless the ...
0
votes
0answers
60 views

How to make chained select using Select2 Jquery plugin

I am using Select2 JQuery plugin but I need some chained select boxes. Does anyone know how to implement chained select using Select2 JQuery plugin? I really appreciate for your help.
1
vote
0answers
40 views

Yii select2 plugin - style is not getting set in IE

I have used ESelect2 plugin in my YII project. In order to set width I have written a class with the value for width element in css file. But the width is not being set in IE browser.For all other ...
1
vote
1answer
49 views

Multi options in select2

I am trying to use select2 to get remote JSON data and display it with mutli levels. http://ivaynberg.github.io/select2/index.html This is my response { "Company": [ { "name": ...
0
votes
4answers
70 views

always trigger “change”-event for <select>, even if the select2-option clicked is already selected

I have a native <select>-element based on which I'm initializing a select2-dropdown-menu. I bound a change-event via select2 which is called whenever the select2/select-option is changed. ...
6
votes
1answer
154 views

Update select2 data without rebuilding the control

I am converting an <input type="hidden"> to a select2 dropdown and feeding it data through the query method $('#inputhidden').select2({ query: function( query ) { query.callback( ...
0
votes
0answers
25 views

Chosen or Select2 - change Tag Display when selected

Using any of these jQuery plugins, I am showing tag selection in a list box. Now when I am using Optgroup, it is possible that a particular value is common - say "Yes" in the following Manner - ...
0
votes
0answers
95 views

Select2 Preloading Multiple Selection from AJAX loop

I'm integrating a Google Map API that uses Geonames and Select2 to allow the user to enter the cities that he/she has visited. Currently, I am trying to find a way for the search area to show the ...
0
votes
3answers
62 views

select2 - clear all items not working when targeting by class

I have a select2 combobox, from which I want to clear out all items. If I target the select with an ID, then it works: $("#clearId").click(function(){ $("#list").empty(); }); However, if I ...
0
votes
2answers
68 views

select2 AJAX'd to a model, configuration

So, I just discovered select2. Awesome. Now I'm trying to figure out how to use it, server side with ajax / json. All of the examples I see, everywhere, show using select2 with JSONP to retrieve ...
0
votes
0answers
32 views

select2 with ajax even not sending request

no request to /example is sent when seen in firebug. and select2 is not activated. HTML <select id="e1" style="width: 300px" > </select> Java Script $("#e1").select2( { ...
2
votes
0answers
47 views

json not responding from the model the way I'd like to think - autocomplete select2 with rails

So, I just discovered select2. Awesome. Now I'm trying to figure out how to use it, server side with ajax / json. I'll get right to the nitty gritty. json returns a value, but the searchbox ...
0
votes
0answers
100 views

Select2 Dropdown Dynamically Add, Remove and Refresh Items from

This drives me crazy! Why cant Select2 implement clear methods or examples on their page how to do simple CRUD manipulation on Select2 :) i have a select2 which gets data from a ajax call. <input ...
1
vote
2answers
149 views

select2 set selected value to a hidden field

I have a select2 function like below, function select2AutocompleteManyToManyField(field, request_url){ var map = {}; $("#"+field).select2({ multiple: true, ...
0
votes
2answers
45 views

Different display value for selecte text using select2.js

Trying to implement a custom select dropdown using select2 plugin Is it possible to have the selected value to display only the actual option 'value' instead of the text, so if I selected 'Australian ...
0
votes
0answers
22 views

How to change Select2 default new tags key “tab” to “space”?

I am using tag supporting of Select2 for my tag editor, I know you can add a non-existed tag by enter tag and press key "tab" My question is: I don't want any tags contain space, such as "space tag", ...
0
votes
1answer
61 views

Select2 is not showing dropdown, clear, or anyother images

I think I am missing something here. Select2 is working fine in my MVC application, except, it is not showing dropdown image, search image, clear image, or I should say any other image which is a ...
2
votes
1answer
61 views

Weird overflow issue in Twitter Bootstrap and Chrome

I have a Twitter Bootstrap well, which contains a Select2 component. Demo can be viewed at http://jsfiddle.net/U4KTM/1/ There are two problems in Chrome (not evident in FF or IE): There is an ...
0
votes
1answer
34 views

Is it a good practice to make WCF calls while using Autocomplete/ Select2?

I have dropdowns for Countries, and Cities in my MVC website. I am using Select2 JQuery plug-in to take advantage of autocomplete, and multiple selection facilities. The dropdown list gets filtered ...
0
votes
1answer
124 views

Jquery Select2 tags

How to Get the particular deleted tag using javascript or jquery . I am Selecting everything from the Select Element and using array_diff i am seperating the tags on server side i just want to get the ...
0
votes
2answers
79 views

How to clean completly select2 control?

I'm working with the awesome select2 control. I'm trying to clean and disable the select2 with the content too so I do this: $("#select2id").empty(); $("#select2id").select2("disable"); Ok, it ...
0
votes
0answers
44 views

How to implement chained dropdowns in MVC using Select2 Jquery plugin

Following is the exact scenario in my application. There are two dropdownlist in my View - Country and City I am using Select2 JQuery plugin to make the dropdowns more appealing and also responsive ...

1 2 3 4 5 6