Skip to content

dknell/meteor-jquery.maskedinput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteor-jquery.maskedinput

jquery.maskedinput packaged for Meteor

Usage:

Add to your project with meteorite:
mrt add jquery.maskedinput
Add the mask to an input
Template.YOUR_TEMPLATE.rendered = function () {
	$("input#phone").mask("(999) 999-9999");
}

Additional information

jquery.maskedinput was created by John Bush. The documentation for jquery.maskedinput can be found here.

About

jquery.maskedinput, packaged for Meteor

Resources

Stars

Watchers

Forks

Packages

No packages published