jQuery
Plugins
UI
Meetups
Forum
Blog
About
Donate
Download
Documentation
Tutorials
Bug Tracker
Discussion
Bug Tracker
Search
Tickets
Go
Bug Tracker
New Ticket
View Tickets
Ticket Graph
Roadmap
Recent Changes
Tracker Account
GitHub Login
Preferences
Context Navigation
Back to Ticket #3844
Ticket #3844
: format_validation.patch
File format_validation.patch,
176 bytes
(added by
ernesto.jimenez
,
13 years ago
)
Format validation patch
Line
1
245a246
2
> format: "Please enter a valid value",
3
977a979,982
4
>
5
> format: function(value, element, param) {
6
> return this.optional(element) || param.test(value);
7
> },
Download in other formats:
Original Format