Skip to content

Instantly share code, notes, and snippets.

@theodorDiaconu
Created July 21, 2013 18:04
Show Gist options
  • Save theodorDiaconu/6049337 to your computer and use it in GitHub Desktop.
Save theodorDiaconu/6049337 to your computer and use it in GitHub Desktop.
<script>
$(function(){ // functie care e rulata odata ce este incarcata pagina
$(".datepicker").datepicker(); // va atasa evenimentul pe toate inputurile care au clasa datepicker
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment