- Sep 28, 2013
-
- Sep 11, 2013
-
- Sep 08, 2013
-
-
Bob Knothe authored
gives the developer the ability to choose if sessionStorage/session cookie are is used when "eDec" is in use.
-
- Sep 02, 2013
-
-
Bob Knothe authored
-
- Sep 01, 2013
-
-
Bob Knothe authored
-
- Aug 30, 2013
-
-
Bob Knothe authored
added new option and modifications
-
- Aug 12, 2013
-
-
Bob Knothe authored
-
- Aug 05, 2013
-
- Aug 02, 2013
-
-
Bob Knothe authored
-
- Jul 09, 2013
-
-
Bob Knothe authored
Fixed brackets on page load when the decimal character is a comma.
-
- Jun 29, 2013
-
- Jun 22, 2013
-
-
Bob Knothe authored
+ Fixed how non-input tags default value is handled. When the default is an empty string and aSign is not empty the return value is now and empty string. + Modified how default values are handled when the decimal character equals ',' comma. Your default value can now use either a a period '.' or comma ',' as the decimal separator + Modified the caret placement on focusin (tab in). If only the currency sign is visible the caret is placed in the proper location depending on the sign placement (prefix or suffix).
- May 20, 2013
-
-
Bob Knothe authored
+ Changed bind / unbind to on / off. + added lastSetValue to settings - this saves the unrounded value from the set method - $('selector').data('autoNumeric').lastSetValue; - helpful when you need to change the rounding accuracy
-
- May 05, 2013
-
-
Bob Knothe authored
+ Modified /fixed the format default values on page ready. + Fixed the caret position when jumping over the thousand separator with back arrow.
-
- Apr 22, 2013
-
-
Bob Knothe authored
-
Bob Knothe authored
Fixed bug introduced in 1.9.3 with shift key. Additional modification to the processKeypress function that automatically inserts a negative sign when vMax less tham or equal to 0 and vMin is less tham vMax.
-
- Apr 16, 2013
-
-
Bob Knothe authored
Modified processKeypress function to automatically insert a negative sign when vMax <=0 and vMin < 0. Changes the getSting and get Array functions to use decodeURIComponent() instead of unescape() which is depreciated
-
- Apr 13, 2013
-
- Apr 12, 2013
-
-
Bob Knothe authored
-
Bob Knothe authored
Removed [readonly] during init
-
Bob Knothe authored
Allow autoNumeric to work with Rails style form fields
-
SvenTo authored
If a input is readonly during init, autocomplete won't work if the input is enabled later. This commit should fixing the Problem.
-
- Apr 10, 2013
-
-
CoryFoy authored
-
- Apr 09, 2013
-
-
Bob Knothe authored
Fixed a bug in autoCode function that corrects pasted values and page re-load Added support for "shift" + "insert" paste key combination
-
- Mar 31, 2013
-
-
Bob Knothe authored
Modified the "checkValue" function - eliminated redundant code Modified the "update" method include calling the "getHolder" function which updates the regular expressions Modified the "getHolder" function so the regular expressions are updated Modified the "set" method to convert value from number to string
-
- Mar 17, 2013
-
-
Bob Knothe authored
Modified the checkValue function to handle the values as text with the exception of values less than "0.000001 and greater than -1"
-
- Mar 12, 2013
-
-
Bob Knothe authored
Fixed a rounding error when the integers were 15 or more digits in length Added "use strict";
-
- Mar 08, 2013
-
-
Bob Knothe authored
-
- Mar 07, 2013
-
-
Bob Knothe authored
-
Bob Knothe authored
Fixed the "get" and "set" methods by moving the settings.oEvent property to ensure the error message would be thrown if the element had not been inialized prior to calling the "get" and "set" methods
-
- Mar 06, 2013
-
-
Bob Knothe authored
Fixed the "init" when there is a default and value aForm=true and the aSep and aDec are not the defaults
-
Bob Knothe authored
Fixed the "getSting" method - it use to returned an error when no values were entered Modified the "init" method to better handle default and pre-existing values Modified the "set" method - removed the routine that checked for values less than .000001 and greater than -1 and placed it in a separate function named checkValue() Modified the "get" method: Added a call to the checkValue() function - this corrects returned values. Example - when the input value was "12." the returned value was "12." - it now returns "12" When no numeric character is present the returned value is an empty string "".
-
- Feb 27, 2013
-
-
Bob Knothe authored
removed the error message when calling the 'init' method multiple times Added additional symbol support to the nBracket setting
-
- Feb 17, 2013
-
-
Bob Knothe authored
-
Bob Knothe authored
Remove duplicated lines
-
- Feb 16, 2013
-
-
Carlos Ghan authored
-