PHP Classes

File: public/js/plugins/validate/localization/methods_pt.js

Recommend this page to a friend!
  Classes of carlos carvalho   COC Framework   public/js/plugins/validate/localization/methods_pt.js   Download  
File: public/js/plugins/validate/localization/methods_pt.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: COC Framework
Web application development MVC framework
Author: By
Last change:
Date: 7 years ago
Size: 246 bytes
 

Contents

Class file image Download
/* * Localized default methods for the jQuery validation plugin. * Locale: PT_BR */ jQuery.extend(jQuery.validator.methods, { date: function(value, element) { return this.optional(element) || /^\d\d?\/\d\d?\/\d\d\d?\d?$/.test(value); } });