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