Skip to content

Instantly share code, notes, and snippets.

@jmprado
Created January 22, 2013 18:44
Show Gist options
  • Save jmprado/4597169 to your computer and use it in GitHub Desktop.
Save jmprado/4597169 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
$(function(){
$(".datepicker").datepicker();
$(".number").setMask("decimal");
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment