#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: | ||
Blocked by: | Blocking: |
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 (1)
Change History (3)
Changed 14 years ago by
Attachment: | jquery.validate.new_string.js added |
---|
comment:1 Changed 13 years ago by
Component: | unfilled → plugin |
---|---|
Owner: | set to joern |
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please file plugin bugs with the appropriate author on their bug tracker.
Updated validate file