Skip to content

Instantly share code, notes, and snippets.

@woodyalan
Created December 5, 2016 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woodyalan/5d4b2d57100f9754000fae51b70d5314 to your computer and use it in GitHub Desktop.
Save woodyalan/5d4b2d57100f9754000fae51b70d5314 to your computer and use it in GitHub Desktop.
$('#dataAula').datepicker({
maxDate: "0",
onSelect: function() {
loadAulas();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment