Skip to content

Instantly share code, notes, and snippets.

@aatronco
Last active May 6, 2020 00:35
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 aatronco/687da0486b76c1fd9c69737c7d582c6b to your computer and use it in GitHub Desktop.
Save aatronco/687da0486b76c1fd9c69737c7d582c6b to your computer and use it in GitHub Desktop.
<script type="application/javascript">
$(document).ready(function(){
$("#order_customer_phone").attr("pattern","/^(\+?56)?(\s?)(0?9)(\s?)[9876543]\d{7}$/");
$("#order_customer_phone").attr("placeholder","+569XXXXXXXX");
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment