making jQuery plug-in autoNumeric format fields by time page loads...

Posted by Lille on Stack Overflow See other posts from Stack Overflow or by Lille
Published on 2010-06-08T14:01:21Z Indexed on 2010/06/12 11:02 UTC
Read the original article Hit count: 559

Hi,

I've been messing around with autoNumeric, a plug-in for jQuery that formats currency fields.

I'd like to wire the plug-in so that all currency fields are formatted by the time the user sees the page, e.g., on load.

Currently, the default that I can't seem to get around is that fields are formatted upon blur, key-up or other action in the fields themselves.

I've been experimenting with the plug-in code and it looks like it will take this relative newcomer some time to resolve this, if at all.

Anybody on this?

Lille

© Stack Overflow or respective owner

Related posts about jquery-plugins

Related posts about formatting