Most voted "chosen-jquery-plugin" questions
8 questions
Sort by count of
-
4
votes1
answer79
viewsChange another selection option when a selection is triggered, using jquery-Chosen
I want to change another selection when a selection is triggered. I am using Jquery Chosen. Example with pure Jquery here At the moment I’ve done: <form method="post" id="form"> <div…
-
3
votes1
answer190
viewsChosen Jquery: remove selection by typing DEL
In the example Chosen - Allow Deselect on Single Selects the possibility to uncheck the selection is implemented. But the same only works with the mouse, IE, with the keyboard has no (not…
-
3
votes1
answer448
viewsHow to make Chosen ignore accents in the search?
I’m using the Chosen on my forms, but I’d like him to ignore the accents when filtering. For example: In a city listing, filter the correctly to: - africa But it does not filter to (because the…
-
2
votes1
answer345
viewsChosen ASP.NET MVC plugin
I’m trying to use the plugin chosen (http://harvesthq.github.io/chosen/) with the DropDownListFor, but when using this plugin the field validation not working. Box.cshtml @model CaixaViewModel…
c# asp.net-mvc validation chosen-jquery-pluginasked 8 years, 8 months ago Pablo Tondolo de Vargas 5,444 -
1
votes1
answer165
viewsmodify Chosen and ckeditor
Chosen How to modify the data-placeholder value: through javascript ex: <select data-placeholder="Para:" name="cd_aluno[]"id="cd_aluno" multiple class="chosen-select"> change the…
-
1
votes1
answer130
viewsJquery Chosen plugin does not filter search on PHP site
I am using the plugin Jquery Chosen does not perform filter in php system. Code to scan database and get data list: <div class="grupo"> <!-- class="borda select2_single form-control…
-
1
votes2
answers166
viewsDynamic completion autocomplete
I’m trying to use the Bootstrap + Chosen, in my select option to make a combobox with autocomplete. Only I’m filling in the select dynamically with jquery. But when implementing Bootstrap + Chosen…
-
0
votes0
answers55
viewsDynamic form locking select
I have a dynamic form (that) with two fields (a SELECT and a quantity input), but every time I add two more fields SELECT gets stuck. $(document).ready(function(){ var itemCont = 1;…