Untitled
unknown
plain_text
2 years ago
192 B
5
Indexable
$("#unidade").autocomplete({
source: "<?= action("consulta", "deptojson"); ?>",
minLength: 5,
select: function(event, ui) {
$('#depart').val(ui.item.coddp);
}
});Editor is loading...
Leave a Comment