Utilities
-
ep.arrayToHash()
Build an object from object/hash.
-
ep.base64Decode()
Decrypt a base64 string.
-
ep.base64Encode()
Encrypt a text or object as base64 string.
-
jQuery.boxModel
Deprecated in jQuery 1.3 (see jQuery.support). States if the current page, in the user's browser, is being rendered using the W3C CSS Box Model.
-
jQuery.browser
Deprecated | Properties of the Global jQuery Object | Utilities
Contains flags for the useragent, read from navigator.userAgent. We recommend against using this property; please try to use feature detection instead (see jQuery.support). jQuery.browser may be moved to a plugin in a future release of jQuery.
-
jQuery.browser.version
Deprecated | Properties of the Global jQuery Object | Utilities
The version number of the rendering engine for the user's browser.
-
jQuery.Class()
Create a class object.
-
.clearQueue()
Remove from the queue all items that have not yet been run.
-
ep.color.hexToHsb()
Convert hex color to hsb color format.
-
ep.color.hexToName()
Convert hex color to color name.
-
ep.color.hexToRgb()
Convert hex color to rgb color format.
-
ep.color.hsbToHex()
Convert hsb color to hex color.
-
ep.color.hsbToName()
Convert hsb color to color name.
-
ep.color.hsbToRgb()
Convert hsb color to rgb color.
-
ep.color.nameToHex()
Convert color name to hex color.
-
ep.color.nameToHsb()
Convert color name to hsb color.
-
ep.color.nameToRgb()
Convert color name to rgb color.
-
ep.color.rgbToHex()
Convert rgb color to hex color format.
-
ep.color.rgbToHsb()
Convert rgb color to hsb color format.
-
ep.color.rgbToName()
Convert rgb color to color name.
-
ep.color.stringToHex()
Convert css color string to hex color.
-
ep.color.stringToHsb()
Convert css color string to hsb color.
-
ep.color.stringToName()
Convert css color string to color name.
-
ep.color.stringToRgb()
Convert css color string to rgb color.
-
ep.Colorpicker()
Create a canvas color picker.
-
jQuery.compareVersion()
Compare versions controls.
-
Compare version Configuration
Utilities | Properties of jQueryConfig
Configure default values for future compare version calls.
-
MIME Configuration
Utilities | Properties of jQueryConfig
Configure default values for future MIME calls.
-
Shrink Configuration
Utilities | Properties of jQueryConfig
Configure default values for future shrink calls.
-
jQuery.contains()
Check to see if a DOM element is within another DOM element.
-
jQuery.cookie()
Get the value of a cookie.
-
jQuery.data()
Store arbitrary data associated with the specified element. Returns the value that was set.
-
ep.Date()
Using advanced date operations.
-
jQuery.decodeBASE64()
Decrypt a base64 string.
-
jQuery.decodeUTF8()
Decode a UTF-8 text.
-
.dequeue()
Execute the next function on the queue for the matched elements.
-
jQuery.dequeue()
Execute the next function on the queue for the matched element.
-
jQuery.dict()
Utilities | Internationalisation
Get a dictionary object for translation.
-
jQuery.dictionary()
Utilities | Internationalisation
Define a dictionary.
-
.dictParse()
Utilities | Internationalisation
Parse translations for each element in the set fo matched elements.
-
jQuery.each()
A generic iterator function, which can be used to seamlessly iterate over both objects and arrays. Arrays and array-like objects with a length property (such as a function's arguments object) are iterated by numeric index, from 0 to length-1. Other objects are iterated via their named properties.
-
jQuery.encodeBASE64()
Encrypt a text or object as base64 string.
-
jQuery.encodeUTF8()
Encode a text as UTF-8.
-
ep.escapeExpStr()
Escape an string for use as regular expression.
-
jQuery.escExpStr()
Escape an string for use as regular expression.
-
ep.extend()
Merge the contents of two or more objects together into the first object.
-
jQuery.extend()
Merge the contents of two or more objects together into the first object.
-
jQuery.fromBASE64()
Decrypt a base64 string.
-
jQuery.fromJSON()
Takes a well-formed JSON string and returns the resulting JavaScript object.
-
jQuery.fromUTF8()
Decode a UTF-8 text.
-
jQuery.globalEval()
Execute some JavaScript code globally.
-
jQuery.grep()
Finds the elements of an array which satisfy a filter function. The original array is not affected.
-
ep.hashToArray()
Build an array from an object/hash.
-
de_epages.presentation.history.add()
Add a page to the history.
-
de_epages.presentation.history.get()
Get the history or a history item.
-
de_epages.presentation.history.remove()
Remove the history or a history item.
-
de_epages.presentation.history.removeByObjectId()
Remove all history items based on a specified ObjectID.
-
jQuery.htmlspecialchars()
Escape special html chars.
-
jQuery.i18n.expStrDate()
Utilities | Internationalisation
Get a string representing a regualar expression for a date format.
-
jQuery.i18n.expStrNumber()
Utilities | Internationalisation
Get a string representing a regualar expression for a number format.
-
ep.i18n.formatBytes()
Format a number as Bytes.
-
jQuery.i18n.formatDate()
Utilities | Internationalisation
Get a formated string from a Javascript Date object.
-
jQuery.i18n.formatNumber()
Utilities | Internationalisation
Get a formated string from a Javascript Number object.
-
jQuery.i18n()
Utilities | Internationalisation
Get a formated date/number from Date/Number object.
-
jQuery.i18n.parseDate()
Utilities | Internationalisation
Get a Javascript Date object from formated string.
-
jQuery.i18n.parseNumber()
Utilities | Internationalisation
Get a Javascript Number object from a number string.
-
jQuery.inArray()
Search for a specified value within an array and return its index (or -1 if not found).
-
ep.inHash()
Search for a specified value within an object and return its key.
-
ep.insert()
Add value(s) to an array or array-like object at a specified position without overwrite existing items.
-
jQuery.isArray()
Determine whether the argument is an array.
-
jQuery.isClass()
Determine whether the argument is an class object.
-
jQuery.isEmptyObject()
Check to see if an object is empty (contains no properties).
-
jQuery.isFunction()
Determine if the argument passed is a Javascript function object.
-
jQuery.isNumeric()
Determines whether its argument is a number.
-
jQuery.isPlainObject()
Check to see if an object is a plain object (created using "{}" or "new Object").
-
jQuery.isWindow()
Determine whether the argument is a window.
-
jQuery.isXMLDoc()
Check to see if a DOM node is within an XML document (or is an XML document).
-
jQuery.makeArray()
Convert an array-like object into a true JavaScript array.
-
jQuery.map()
Translate all items in an array or object to new array of items.
-
jQuery.md5()
Get MD5 hash from string.
-
jQuery.merge()
Merge the contents of two arrays together into the first array.
-
.metadata()
Extracts, caches, and returns metadata from the first element in the jQuery collection.
-
jQuery.metadata.get()
Extracts, caches, and returns metadata from an element.
-
jQuery.metadata.setType()
Sets the default type and name options for all following metadata requests.
-
.metaparse()
Run jQuery methods instantly without script tags.
-
jQuery.metaparse()
Run jQuery methods instantly without script tags.
-
jQuery.mime()
Get the MIME type by file extension.
-
ep.mixin()
Merge the contents of two or more objects together into the first object.
-
jQuery.mixin()
Merge the contents of two or more objects together into the first object.
-
jQuery.noop()
An empty function.
-
jQuery.now()
Return a number representing the current time.
-
ep.openWindow()
Open url in a dialog with an embeded iframe.
-
jQuery.param()
Collection Manipulation | Forms | Helper Functions | Utilities
Takes a serialized string and returns the resulting JavaScript object.
-
jQuery.parseJSON()
Takes a well-formed JSON string and returns the resulting JavaScript object.
-
jQuery.parseXML()
Parses a string into an XML document.
-
ep.preload()
Preload a given file to avoid later loading
-
jQuery.proxy()
Event Handler Attachment | Utilities
Takes a function and returns a new one that will always have a particular context.
-
.queue()
Show the queue of functions to be executed on the matched elements.
-
jQuery.queue()
Show the queue of functions to be executed on the matched element.
-
jQuery.removeData()
Remove a previously-stored piece of data.
-
ep.reverse()
Reverse a text or Number.
-
jQuery.reverse()
Reverse a text.
-
de_epages.presentation.Rss()
Load an parse a rss file.
-
jQuery.scope()
Get an object from a scope string.
-
ep.scrunch()
Trim the length of a text.
-
setDefault()
Set a new default value for inputs or selectboxes.
-
jQuery.shrink()
Shrink a text to a speciefied length.
-
ep.sslSwitch.addHandle()
Add an handle to the SSL switch controller.
-
ep.sslSwitch.submit()
Submit the givn SSL switch form.
-
ep.stripTags()
Remove HTML and XML tags.
-
jQuery.stripTags()
Remove HTML and XML tags.
-
jQuery.support.base64
Utilities | Properties of the Global jQuery Object
Support of native base64 methods.
-
jQuery.support.cssprefix
Utilities | Properties of the Global jQuery Object
CSS prefix of the browser engine.
-
jQuery.support.flash
Utilities | Properties of the Global jQuery Object
Available flash version.
-
jQuery.support
Properties of the Global jQuery Object | Utilities
A collection of properties that represent the presence of different browser features or bugs. Primarily intended for jQuery's internal use; specific properties may be removed when they are no longer needed internally to improve page startup performance.
-
jQuery.support.JSON
Utilities | Properties of the Global jQuery Object
Support of native JSON methods.
-
jQuery.support.multipleUpload
Utilities | Properties of the Global jQuery Object
Support of multiple file upload on single file input.
-
jQuery.support.placeholder
Utilities | Properties of the Global jQuery Object
Support of placeholder attribute for input elements.
-
jQuery.support.touch
Utilities | Properties of the Global jQuery Object
Support of touch events.
-
jQuery.toBASE64()
Encrypt a text or object as base64 string.
-
jQuery.toJSON()
Takes a JavaScript object and returns the resulting well-formed JSON string.
-
jQuery.toUTF8()
Encode a text as UTF-8.
-
jQuery.trim()
Remove the whitespace from the beginning and end of a string.
-
jQuery.type()
Determine the internal JavaScript [[Class]] of an object.
-
jQuery.uid()
Generate an unique id for a DOM element.
-
jQuery.unique()
Sorts an array of DOM elements, in place, with the duplicates removed. Note that this only works on arrays of DOM elements, not strings or numbers.
-
jQuery.unsplice()
Add an array into an array at a specified position without overwrite existing items.
-
ep.uriIsAbsolute()
Check uri is abolute.
-
ep.uriQuery()
Decode query arguments of a uri.
-
ep.uriSegment()
Segment a uri string.
-
ep.uriToAbsolute()
Convert a relative uri to an absolute uri.
-
ep.uriToRelative()
Convert a absolute uri to an relative uri.
-
ep.utf8Decode()
Decode a UTF-8 text.
-
ep.utf8Encode()
Encode a text as UTF-8.
-
ep.validate.basic()
Basic validate method.
-
ep.validate.creditcard()
Validate a creditcard number.
-
ep.validate.cssColor()
Validate a css color.
-
ep.validate.cssSize()
Validate a css size.
-
ep.validate.date()
Validate a date.
-
ep.validate.email()
Validate a email address.
-
ep.validate.mimetype()
Validate a mimetype.
-
ep.validate.url()
Validate a url.