Created
August 20, 2015 23:48
-
-
Save fandrefh/cbde4c5eca544be2fb91 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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