[jQuery] New Plugin: Numeric formating to multiple international styles

2009-06-15 Thread obiwanknothe
Hello all! I've created a plugin that automatically formats numeric values as you type. It supports multiple International styles and has some flexibility on setting min max levels. The plugin is still in early development (ALPHA) and it needs testing modifications. You can find the plugin

[jQuery] calling functions within a jQuery plugin from another script

2009-06-13 Thread obiwanknothe
Hi all and thanks in advance for your help, I am creating a plugin (named - autoFormat) using the classic plugin style (see below). Can I call the sub function stripFormat from another script? If not how can I modify the plugin that will allow me to call this from another script? Bob

[jQuery] Attr(name)

2009-02-05 Thread obiwanknothe
I have created a form that has multiple input tags (6 to 8) and I am using the alt attribute of the of the input tag to to retrieve information with this method var current = $(input).attr(alt);. While this works on the first index of the input tag it does not help if the input fields are chosen