jQuery-Plugins icon indicating copy to clipboard operation
jQuery-Plugins copied to clipboard

Plugins I have developed for jQuery

Results 53 jQuery-Plugins issues
Sort by recently updated
recently updated
newest added

Updated to fix IE bug where change events are not fired.

When I try to use $(selector).numeric(",") allows me to use dots instead of comma.

When using a non standard decimal separator, such as comma ',' allow the user to insert the decimal separator using the '.' key.

Would love to do sth. like: { set_range_min: 0, set_range_max: 4294967295} //uint32_t or { set_range_min: −2147483648 , set_range_max: 2147483647} //int32_t

When an object has numeric enabled, its change event is not triggered. Please check this fiddle: http://jsfiddle.net/aprudencio/6hBEt/ PD: I couldn't find a CDN for numeric so I created a public...

Fixes an issue where copy & paste do not work on a mac because the Command key (recognised as e.metaKey rather than e.ctrlKey) is not allowed.

Hi, If you put for example 15.30 to the input which should have only 2 decimal places you cant put any more digits to it anymore. But if you put...

hi, i hope i'm not missing anything, but i don't think there should be anything i'm missing. the problem i'm having is a mere comment/uncomment problem. if i uncomment the...

I am trying make some change for addOption if the first param object( json ) has value and text, then put others key-value as attribute of option. Then options of...