Permalink
Commits on Feb 28, 2014
  1. Test for PR #31

    Test for PR #31 as requested.
    fabdouglas committed Feb 28, 2014
Commits on Jan 27, 2014
  1. Update formatter.js

    fabdouglas committed Jan 27, 2014
  2. Update formatter.js

    fabdouglas committed Jan 27, 2014
  3. Disable caret positionning on reset

    Main issue : there is no way to format the input when it is updated with 'val()' function.
    Calling 'resetPattern' is the good solution, unfortunally the input get focus; this cause troubles on IE7 (inputs are blinking continuously) and on modern browsers since focus are stolen.
    So I disabled the caret manipulation on 'resetPattern'
    fabdouglas committed Jan 27, 2014