Jhonattan Solarte Martinez
Jhonattan Solarte Martinez
``` var idCombobox = 'cmbIdmunicipio'; //remove bootstrapt-combobox $("#"+idCombobox+"undefined").closest(".combobox-container").remove() //Remove validation $('#'+idCombobox).data('combobox','') //Create bootstrapt-combobox $('#'+idCombobox).combobox(); ```
var idCombobox = 'cmbIdmunicipio'; //remove bootstrapt-combobox $("#"+idCombobox+"undefined").closest(".combobox-container").remove() //Remove validation $('#'+idCombobox).data('combobox','') //Create bootstrapt-combobox $('#'+idCombobox).combobox();
``` var idCombobox = 'cmbIdmunicipio'; //remove bootstrapt-combobox $("#"+idCombobox+"undefined").closest(".combobox-container").remove() //Remove validation $('#'+idCombobox).data('combobox','') //Create bootstrapt-combobox $('#'+idCombobox).combobox(); ```