Best jQuery Mask Plugins & Tutorials with Demo

    jQuery iMask : Masking plugin for jQuery

    jQuery iMask : Masking plugin for jQuery

    jQuery iMask Plugin is a jQuery input masking plugin.Following features :

    • Static Masking
      • Mask numbers, letters
      • Customize list of valid numbers & letters
      • Special symbols are displayed but un-selectable
      • Optionally only show the mask while user is entering
    • Numeric Masking
      • Control currency symbol, decimal & thousands seperator, # of digits
    • Events
      • onValid
      • onInvalid

    Hover to Reveal Masked Password with jQuery

    jQuery Reveal Masked Password plugin

    I think a hover revealing password could be a really good alternative: You can increase your security, and if you are unsure about what you’ve typed just go and hover over it.So, what we will be doing today is a jQuery plugin to do that, and additionally, we will have a behavior pretty similar to what many mobiles does, where we can see the last character for a couple of seconds. This is a good chance to learn more about plugins, dynamically generated content, and some good coding practices.