Questions tagged as 'chosen-jquery-plugin'

1
answer

Chosen Jquery: remove selection when typing DEL

In the example Chosen - Allow Deselect on Single Selects is implemented the possibility of deselect the selection. But the same only works with the Mouse, that is, with the keyboard has not (not discovered) how to remove the selection. For...
asked by 13.01.2017 / 22:15
1
answer

How to make Chosen ignore accents in the search?

I'm using Chosen in my forms, but I'd like it to ignore the accents when filtering. For example: In a city listing, filter it correctly to: - africa But it does not filter for (as words differ by accent): - africa On the pro...
asked by 14.01.2017 / 23:30
1
answer

Plugin chosen ASP.NET MVC

I'm trying to use the chosen ( link ) plugin with DropDownListFor , however when using this plugin the validation of the field not working. Caixa.cshtml @model CaixaViewModel <div class="row"> <div class="...
asked by 04.03.2016 / 15:43
2
answers

Dynamic Fill Autocomplete

I'm trying to use Bootstrap + Chosen in my select option to make a combobox with autocomplete . But I'm doing the fill of select dynamically with jquery. But when implementing Bootstrap + Chosen, the dynamic fill does not work, w...
asked by 24.08.2017 / 19:23
1
answer

modify chosen and ckeditor

Chosen How to modify the data-placeholder value: using javascript ex: <select data-placeholder="Para:" name="cd_aluno[]"id="cd_aluno" multiple class="chosen-select"> change the date-placeholder with js CKEditor How to di...
asked by 06.09.2016 / 19:34
1
answer

Jquery Chosen Plugin does not filter search on PHP site

I'm using the plugin Jquery chosen does not perform filtering in php system. Code to scan bank and get list of data: <div class="grupo"> <!-- class="borda select2_single form-control comboauto" --> <select name="id_projet...
asked by 14.08.2017 / 19:40
0
answers

Dynamic form locking select

I have a dynamic form ( that ) with two fields (a SELECT and a quantity input), but every time I I add two more fields SELECT is locked. $(document).ready(function(){ var itemCont = 1; $("#novoProd").click(function(){ var novoItem = $("#item...
asked by 30.01.2018 / 12:36