jQuery-Plugins
jQuery-Plugins copied to clipboard
Plugins I have developed for jQuery
corrected removeNumeric() function as it didn't unbind all events and didn't remove the data / just nulled it.
Add thousand separator for Integer part of inputted number. decimal part won't format with ',' separator. - @name numeric - @param config { decimal : "." , negative : true...
When I have a field set with many inputs, it's boring when I am pressing tab key and have to select all manually. Then, if the key pressed were tab,...
Only process paste (CTRL+V or SHIFT+INS) on key up event, then CTRL+A, Y, Z ... action will be process normally. Only paste action should be processed to filter non numeric...
Hi dear, Now I using bellow script for format numbers. it is small and better than ... tested. with special thanks to my dear friend Mr.Ali Mostafavi. # using example:...
IE 11 support. document.selection is no longer supported in IE 11 (http://msdn.microsoft.com/en-us/library/ie/ms535869%28v=vs.85%29.aspx).
Fixing problem when pasting non-numeric characters and no problem accepting the use of command + c and command + v on MacOSX
Now, we can do $(".numeric").numeric([",","."]); to be able to use both the comma and the dot in the numeric value
Added an option (max) to set max value.