PHP Classes

File: plugins/input-mask/maskAll-usage.txt

Recommend this page to a friend!
  Classes of Laudir Bispo   PHP Real Estate Website   plugins/input-mask/maskAll-usage.txt   Download  
File: plugins/input-mask/maskAll-usage.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: PHP Real Estate Website
Manage the properties of a real estate business
Author: By
Last change:
Date: 3 years ago
Size: 190 bytes
 

Contents

Class file image Download
jQuery(function($){ $("#date").mask("99/99/9999",{placeholder:"mm/dd/yyyy"}); $("#phone").mask("(999) 999-9999"); $("#tin").mask("99-9999999"); $("#ssn").mask("999-99-9999"); });