Skip to content

Instantly share code, notes, and snippets.

@scottwater
Created August 25, 2014 18:34
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 scottwater/0b76d2fd68d4e2ded9a4 to your computer and use it in GitHub Desktop.
Save scottwater/0b76d2fd68d4e2ded9a4 to your computer and use it in GitHub Desktop.
KickoffLabs Phone Number Support
<script src="//s3.amazonaws.com/assets.kickofflabs.com/js/jquery.maskedinput.min.js"></script>
<script>
jQuery(function($){
$("[name^='phone']").mask("(999) 999-9999");
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment