Ticket #4573 (closed enhancement: invalid)
[validate] - string.format
| Reported by: | yuniti | Owned by: | joern |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | plugin | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
The string.format function inside of validate is a quite useful one, and one that I had actually already written myself before I started to use jQuery.
Just a suggestion to include this version instead of the one currently there, for 2 reasons:
1) Code reuse (string formatting is very useful in localization) 2) Optimization: my version uses positional regex, and also can be used on any string (so that a string doesn't have to be marked with $.format, saving space in minimization) 3) Xml useage: my string.format version can also format a string using an XML source, quite useful for ajax calls
File attached. Thanks!
Attachments
Change History
Changed 4 years ago by yuniti
-
attachment
jquery.validate.new_string.js
added
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Updated validate file