Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
H
 hasParent, Element
 hideResults, Jel. FormValidator
 hideResultsList, Jel. FormValidator
I
 intEq, Jel. Validator
 internetBeat, Jel.Date
 intGe, Jel. Validator
 intGt, Jel. Validator
 intLe, Jel. Validator
 intLt, Jel. Validator
 intNegative, Jel. Validator
 intNeq, Jel. Validator
 intPositive, Jel. Validator
 intRange, Jel. Validator
 intType, Jel. Validator
 isFieldEmpty, Jel. FormValidator
 isInputCheckbox, Form. Element
 isInputHidden, Form. Element
 isInputRadio, Form. Element
 isInputText, Form. Element
 isLeapYear, Jel.Date
 isSelect, Form. Element
 isTextArea, Form. Element
L
 le, Jel. Validator
 leadingZero, Jel. Number
 leCi, Jel. Validator
 left, Jel. String
 lengthEq, Jel. Validator
 lengthGe, Jel. Validator
 lengthGt, Jel. Validator
 lengthLe, Jel. Validator
 lengthLt, Jel. Validator
 lengthNeq, Jel. Validator
 lengthRange, Jel. Validator
 lt, Jel. Validator
 ltCi, Jel. Validator
 ltrim, Jel. String
M
 meridiem, Jel.Date
N
 neq, Jel. Validator
 neqCi, Jel. Validator
 normalize, Jel. String
 now, Jel.Date
 numericEq, Jel. Validator
 numericGe, Jel. Validator
 numericGt, Jel. Validator
 numericLe, Jel. Validator
 numericLt, Jel. Validator
 numericNegative, Jel. Validator
 numericNeq, Jel. Validator
 numericPositive, Jel. Validator
 numericRange, Jel. Validator
 numericType, Jel. Validator
O
 ordinalSuffix
P
 parse, Jel.Date
 plural, Jel. String
R
 range, Jel. Validator
 rangeCi, Jel. Validator
 registerErrorMessage, Jel. FormValidator
 releaseCulprit, Jel. FormValidator
 releaseCulprits, Jel. FormValidator
 releaseInline, Jel. FormValidator
 removeExtension, Jel. String
 removeFields, Jel. FormValidator
 repeat, Jel. String
 required, Jel. Validator
 right, Jel. String
 rtrim, Jel. String
Element.hasParent = function(element,
parent)
Checks if a given element has a given parent element in the DOM tree.
hideResults: function()
Hides the results of the validation, and also any inlines associated with previous validations (if visible).
hideResultsList: function(results,
container)
The method called to hide the DOM container that validation results are displayed in (controlled via the resultsContainer option in constructor).
intEq: function(value,
info)
checks if a string value is equal to another, comparing both as integers
Jel.Date.internetBeat = function(date)
gets the Swatch internet time for the given date object
intGe: function(value,
info)
checks if a string value is greater than or equal to another, comparing both as integers
intGt: function(value,
info)
checks if a string value is greater than another, comparing both as integers
intLe: function(value,
info)
checks if a string value is less than or equal to another, comparing both as integers
intLt: function(value,
info)
checks if a string value is less than another, comparing both as integers
intNegative: function(value)
checks if a string value represents a negative integer
intNeq: function(value,
info)
checks if a string value is not equal to another, comparing both as integers
intPositive: function(value)
checks if a string value represents a positive integer
intRange: function(value,
info)
checks if a string value falls within a given range, comparing as integers
intType: function(value)
checks if a string value represents a positive or negative integer
isFieldEmpty: function(field)
Checks if a given field is “empty” within the form.  For textareas and text inputs, this is when the field value is the empty string.
Form.Element.isInputCheckbox = function(element)
Checks whether a given form element is an input of type checkbox
Form.Element.isInputHidden = function(element)
Checks whether a given form element is an input of type hidden
Form.Element.isInputRadio = function(element)
Checks whether a given form element is an input of type radio
Form.Element.isInputText = function(element)
Checks whether a given form element is an input of type text
Jel.Date.isLeapYear = function(year)
checks if a given year is a leap year
Form.Element.isSelect = function(element)
Checks whether a given form element is a select
Form.Element.isTextArea = function(element)
Checks whether a given form element is a textarea
le: function(value,
info)
checks if a string value is less than or equal to another, assuming a specific type (and format if the type is a date)
leadingZero: function(number,
toLength)
gets a string representation for a given number padded out with leading zeros to a given length
leCi: function(value,
info)
checks if a string value is less than or equal to another, assuming a specific type (and format if the type is a date), and is case insensitive if type is string
left: function(str,
length)
gets the specified number of characters from the beginning of a given string
lengthEq: function(value,
info)
checks if the length of a string is equal to a specific value
lengthGe: function(value,
info)
checks if the length of a string value is greater than or equal to a specific value
lengthGt: function(value,
info)
checks if the length of a string value is greater than a specific value
lengthLe: function(value,
info)
checks if the length of a string value is less than or equal to a specific value
lengthLt: function(value,
info)
checks if the length of a string value is less than a specific value
lengthNeq: function(value,
info)
checks if the length of a string is not equal to a specific value
lengthRange: function(value,
info)
checks if the length of a string is between a lower and upper bound (inclusive by default, but can be overridden)
lt: function(value,
info)
checks if a string value is less than another, assuming a specific type (and format if the type is a date).
ltCi: function(value,
info)
checks if a string value is less than another, assuming a specific type (and format if the type is a date), and is case insensitive if type is string
ltrim: function(str)
removes whitespace characters from the beginning of a given string
Jel.Date.meridiem = function(hour)
gets the ante/post meridiem (am or pm) for a given hour
neq: function(value,
info)
checks if a string value is not equal to another, assuming a specific type (and format if the type is a date)
neqCi: function(value,
info)
checks if a string value is not equal to another, assuming a specific type (and format if the type is a date), and is case insensitive if type is string
normalize: function(str)
converts a string of words which are camel-cased, dash-delimited, underscore delimted, or a combination into a string of dash-delimited words
Jel.Date.now = function(format)
gets a Date object representing the current date, with an optional format string.
numericEq: function(value,
info)
checks if a string value is equal to another, comparing both as numeric (float or integer)
numericGe: function(value,
info)
checks if a string value is greater than or equal to another, comparing both as numeric (float or integer)
numericGt: function(value,
info)
checks if a string value is greater than another, comparing both as numeric (float or integer)
numericLe: function(value,
info)
checks if a string value is less than or equal to another, comparing both as numeric (float or integer)
numericLt: function(value,
info)
checks if a string value is less than another, comparing both as numeric (float or integer)
numericNegative: function(value)
checks if a string value represents a negative float or integer
numericNeq: function(value,
info)
checks if a string value is not equal to another, comparing both as numeric (float or integer)
numericPositive: function(value)
checks if a string value represents a positive float or integer
numericRange: function(value,
info)
checks if a string value falls within a given range, comparing as numeric (float or integer)
numericType: function(value)
checks if a string value represents a positive or negative float or integer
Jel.Date.ordinalSuffix = function(day)
gets the English ordinal suffix for a given day (st, nd, rd, th)
ordinalSuffix: function(number)
gets the English ordinal suffix for a given number (st, nd, rd, th)
Jel.Date.parse = function(str,
format)
parses a date string into a JavaScript Date object assuming a specified date format.
Jel.String.plural = function(str,
count)
returns the plural of a given string, based on a given count.
range: function(value,
info)
checks if a string value falls within a given range, assuming a specific type (and format if the type is a date)
rangeCi: function(value,
info)
checks if a string value falls within a given range, assuming a specific type (and format if the type is a date), and is case insensitive if type is string
registerErrorMessage: function(fieldId,
className,
errorMessage,
errorInlineMessage)
Registers a custom error message and custom inline error message for a given fieldId, and className (validation class).
releaseCulprit: function(field)
displays a given field as being valid, that is, NOT a validation culprit.
releaseCulprits: function()
Shows all of the form fields as non-culprit.
releaseInline: function(inline)
hides an inline element for a field that is likely no longer a validation culprit.
removeExtension: function(str)
remove the file extension from a given string
removeFields: function()
Removes the specified fields from the form validator.
repeat: function(str,
count)
gets the repeat of a string for a specified count
required: function(value)
checks if a string value is not an empty string
right: function(str,
length)
gets the specified number of characters from the end of a given string
rtrim: function(str)
removes whitespace characters from the end of a given string