danielfarrell / bootstrap-combobox

A combobox plugin that works with twitter bootstrap
830 stars 328 forks source link

refresh #196

Open carolgit opened 8 years ago

carolgit commented 8 years ago

when new data is add for select options via ajax

josoma03 commented 6 years ago
var idCombobox = 'cmbIdmunicipio';
//remove bootstrapt-combobox
$("#"+idCombobox+"undefined").closest(".combobox-container").remove()
//Remove validation
$('#'+idCombobox).data('combobox','')
//Create bootstrapt-combobox
$('#'+idCombobox).combobox();