php - multiselect dropdown with checkboxes functionality -


folks

we creating application , used jquery discussed in website

we using multiple select dropdown checkboxes. ( in screenshot attached)

the issue

we cannot update return result of ajax call.

eg

if select date , date result between these 2 dates should filtered , should displayed in multiple select dropdown checkboxes.

let me know if there other way implement same.( multi select dropdown along checkbox functionality).

enter image description here

you want use `$("select").multiselect('refresh');`  //create new object ajax data     var opt = $('<option />', {                 value: "new value",                 text: "new text"             });     opt.appendto(jqselect );     jqselect.multiselect('refresh'); 

Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -