Skip to content

Instantly share code, notes, and snippets.

@fandrefh
Created August 20, 2015 23:48
Show Gist options
  • Save fandrefh/cbde4c5eca544be2fb91 to your computer and use it in GitHub Desktop.
Save fandrefh/cbde4c5eca544be2fb91 to your computer and use it in GitHub Desktop.
//Ajax para o agendamento de cliente.
$(document).ready(function() {
$("#id_paciente").autocomplete({
source: "/consultorio/get-pacientes/",
minLength: 2,
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment