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).
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
Post a Comment