Questions tagged as 'selectize.js'

2
answers

Selectize.js with Tags, reload key and value in edit form

   I asked the same question in SO Gringo too . I'm doing a search form ( action=GET ) where a field uses Selectize.js: $("#selectize").each(function () { $(this).selectize({ plugins: ['remove_button'],...
asked by 07.12.2015 / 18:46
1
answer

Clear select element with JavaScript

I have this field select: <div class="control-group"> <select runat="server" onclick="ClearOptions(this);" name="txtpesquisa" id="txtpesquisa" class="form-control.selectize-control"> </select> <script>...
asked by 08.05.2018 / 22:45
0
answers

Options Selectize.js using Ajax

I'm developing an application using selectize.js, and would like the values that appear in the input or select to be imported from the BD (Mysql). I would like to import them using ajax, because when selecting an option in select, other fields m...
asked by 03.05.2018 / 16:39
0
answers

Using selectize

I'm trying to use selectize in my ASP.NET C # WEBFORMS project. I'm not getting it to work, I downloaded the folder, and added it to my project, and I referenced it like this: <script type="text/javascript" src="/javascript/jquery.js"&g...
asked by 02.03.2018 / 13:50