PHP Classes

File: public/asset/vendor/jquery-validation/src/additional/integer.js

Recommend this page to a friend!
  Classes of fathurrahman   mnTemplate   public/asset/vendor/jquery-validation/src/additional/integer.js   Download  
File: public/asset/vendor/jquery-validation/src/additional/integer.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: mnTemplate
Route HTTP requests to callback functions
Author: By
Last change:
Date: 1 year ago
Size: 181 bytes
 

Contents

Class file image Download
$.validator.addMethod( "integer", function( value, element ) { return this.optional( element ) || /^-?\d+$/.test( value ); }, "A positive or negative non-decimal number please" );