Skip to content

Instantly share code, notes, and snippets.

@abdullahbutt
Created February 11, 2015 10:08
Show Gist options
  • Select an option

  • Save abdullahbutt/e1ced315bfca62a4918a to your computer and use it in GitHub Desktop.

Select an option

Save abdullahbutt/e1ced315bfca62a4918a to your computer and use it in GitHub Desktop.
jquery phone mask
jQuery(function($) {
$.mask.definitions['~']='[+-]';
$('#phone').mask('(999) 999-99999999');
$("#ssn").mask("999-99-9999");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment