From 0b6d0af45295c71199e570536fd14b8fd2b906aa Mon Sep 17 00:00:00 2001 From: Erwan de FERRIERES Date: Mon, 14 Mar 2011 17:39:08 +0100 Subject: [PATCH] right mask according to description next to the field --- demo/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/index.html b/demo/index.html index 4beeaab..f4458c0 100644 --- a/demo/index.html +++ b/demo/index.html @@ -9,7 +9,7 @@ $("#date").mask("99/99/9999",{completed:function(){alert("completed!");}}); $("#phone").mask("(999) 999-9999"); $("#phoneExt").mask("(999) 999-9999? x99999"); - $("#iphone").mask("+33 999 999 999"); + $("#iphone").mask("+44 (999) 999-9999"); $("#tin").mask("99-9999999"); $("#ssn").mask("999-99-9999"); $("#product").mask("a*-999-a999", { placeholder: " " });