jQuery-Plugins
jQuery-Plugins copied to clipboard
Plugins I have developed for jQuery
Option to disallow usage of a separator. Could be something like this: $('input').numeric({separator:false}) which would produce a input field with possibility to input integers only without thousand separator, decimal separator...
I can paste non-numeric values in a numeric() field.
Hi I've used this plugin on a site where I've prototyped Array object: "Array.prototype.maxNum = function () {...}" I've noticed that this property has been included in my select box...
(this concerns the numeric text field for me, might be applicable to more) Explicitely checking for and allowing things like ^V, ^Z, etc. breaks common browser functionality like opening a...
I would like the addition of a callback for ALL keypresses, not just invalid characters. This would be helpful in implementing formatting, like currency values.
is there a way to edit an existing entry? if not, please consider a feature request.
In Firefox if you remove a decimal point from the input box once, then you can't put a decimal point back. Workaround for this: if(!$(this).val() || $(this).val().indexOf('.') == -1) {...
In Firefox if the value in the text box already have a decimal point, then delete key is not working. But back space key will work. But delete will work...
Accordion and Newsticker doesn't work together. what can I do, am i helpless? http://www.p51labs.com/accordion/
Google crome 9 sort json by key and as a result we get unordered list in the dropdown. I fixed this problem by adding sortOptions(true) and it works for me...