This is a masked input plugin for the jQuery javascript library. It allows a user to more easily enter fixed width input where you would like them to enter the data in a certain format (dates,phone numbers, etc). It has been tested on Internet Explorer 6/7, Firefox 1.5/2, Safari, and Opera.

A mask is defined by a format made up of mask and placeholder characters. Any character not in the placeholder character list below is considered a mask character. Mask characters will be automatically entered for the user as they type and will not be able to be removed by the user.

Had it working in less than 5min and it works like a charm. jQuery just keeps getting better for me and has a promising future for Veign’s Web Development.

Link:

Check out these posts too:

  1. jQuery Plugin Repository
  2. Create a one-time popup using jQuery
  3. jCryption a javascript HTML-Form encryption plugin
  4. jQuery API
  5. Even more jQuery samples
  6. Even more jQuery plugins
  7. Easy Drag and Drop with jQuery