javascript - Jquery mask with JQuery 1.10.1 -


i try use simple mask input jquery :

http://jsfiddle.net/dkrge/

$("#phone").mask("(99) 9999?9-9999"); 

but it's work jquery 1.7.2, not jquery 1.10.1 (you can change version left sidebar)

someone have idea solve ?

thanks !

bouffe

you importing outdated or incorrect version of jquery masked input plugin. please obtain correct version official site. reference link below

digitalbush

fiddle

<script src="jquery.js" type="text/javascript"></script> <script src="https://raw.github.com/digitalbush/jquery.maskedinput/1.3.1/dist/jquery.maskedinput.min.js" type="text/javascript"></script> 

Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -