Skip to content

Instantly share code, notes, and snippets.

@brentonashworth
Created September 23, 2010 20:33
Show Gist options
  • Select an option

  • Save brentonashworth/594305 to your computer and use it in GitHub Desktop.

Select an option

Save brentonashworth/594305 to your computer and use it in GitHub Desktop.
$(function() {
$("#hire-date").datepicker({dateFormat: 'yy-mm-dd'});
$("#language").autocomplete({source: "langs-autocomplete"});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment