Jel - JavaScript Enhancement Library API Documentation | Function Index
sets the value of the object described by this ObjectPath Sets the value of a form element to a given value, regardless of the type of control it is Displays the results of the validation, based on options specified in the constructor method. The method called to display the validation results as a JavaScript alert, if the options specify this (see constructor for more). The method called to display the validation results inside a DOM container (controlled via the resultsContainer option in constructor). checks if a given string begins with another string, with the optional case-insensitive comparison Attempts to submit the form associated with this validator, by running all validation, and submitting if successful. Swaps a given class name on an element to a different class name, with a check to work out which class name an element currenly has first. converts a string of words into the equivalent title cased word gets the float value of a given string in manner safe for arithmetic expressions gets the integer value of a given string in a manner that is safe for arithmetic expressions removes whitespace characters from the beginning and end of a given string gets the twelve hour value for the given hour updates all selectors with their current values Validates the form associated with this validator, and sets up validation results. Validates a single given field in the form associated with this validator, and sets up the results for just this field. checks if a given day, month, and year combination is a valid date in the Gregorian calendar |