Skip to main content

Posts

Showing posts with the label Mask using jQuery

Mask using jQuery

Mask using jQuery jQuery plugin for forcing fixed width inputs to follow a certain patern.A jQuery Plugin to make masks on form fields and html elements. Features 1-Lightweight (~2kb minified, ~1kb gziped). 2-Masks on any HTML element (no need to server-side mask anymore!)! 3-String/Numeric/Alpha/Mixed masks. 4-Full customization. 5-HTML5 placeholder support. 6-Clear the field if it not matches support. 7-Ajax enabled. Example link: https://igorescobar.github.io/jQuery-Mask-Plugin/ Example download : https://drive.google.com/open?id=0BxmTZPVcu72faUtaa1N2M2g1cW8 First we can implement jquery mask plugin following step follow: 1-Include the jQuery simple mask plugin after loading jQuery library. 2-Call the plugin of jquery mask on the input fields and custom the mask and write down your own mask rules, 3-and  use following referral code: Link : https://drive.google.com/open?id=0BxmTZPVcu72faUtaa1N2M2g1cW8 Jquery mask ...