all
-
.accordion()
Apply the Accordion widget for each element in the set of matched elements
-
.add()
Add elements to the set of matched elements.
-
.addClass()
Attributes | Class Attribute | CSS
Adds the specified class(es) to each of the set of matched elements.
-
.addSprite()
Add sprite icon classes to each of the set of matched elements.
-
.after()
DOM Insertion, Outside | DOM Insertion, Outside
Insert content, specified by the parameter, after each element in the set of matched elements.
-
ep.ajax()
Perform an asynchronous file upload with HTTP (Ajax).
-
jQuery.ajax()
Perform an asynchronous HTTP (Ajax) request.
-
.ajaxComplete()
Register a handler to be called when Ajax requests complete. This is an Ajax Event.
-
.ajaxError()
Register a handler to be called when Ajax requests complete with an error. This is an Ajax Event.
-
jQuery.ajaxPrefilter()
Handle custom Ajax options or modify existing options before each request is sent and before they are processed by
$.ajax()
. -
.ajaxSend()
Attach a function to be executed before an Ajax request is sent. This is an Ajax Event.
-
jQuery.ajaxSetup()
Set default values for future Ajax requests.
-
.ajaxStart()
Register a handler to be called when the first Ajax request begins. This is an Ajax Event.
-
.ajaxStop()
Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.
-
.ajaxSuccess()
Attach a function to be executed whenever an Ajax request completes successfully. This is an Ajax Event.
-
ep.alert()
Display an alert or confirm dialog.
-
All Selector ("*")
Selects all elements.
-
.andSelf()
Add the previous set of elements on the stack to the current set.
-
.animate()
Perform a custom animation of a set of CSS properties.
-
:animated Selector
Basic Filter | jQuery Extensions
Select all elements that are in the progress of an animation at the time the selector is run.
-
.append()
DOM Insertion, Inside | DOM Insertion, Inside
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
-
.appendTo()
Insert every element in the set of matched elements to the end of the target.
-
ep.arrayToHash()
Build an object from object/hash.
-
.attr()
Attributes | General Attributes
Get the value of an attribute for the first element in the set of matched elements.
-
Attribute Contains Prefix Selector [attribute|="value"]
Selects elements that have the specified attribute with a value either equal to a given string or starting with that string followed by a hyphen (-).
-
Attribute Contains Selector [attribute*="value"]
Selects elements that have the specified attribute with a value containing the a given substring.
-
Attribute Contains Word Selector [attribute~="value"]
Selects elements that have the specified attribute with a value containing a given word, delimited by spaces.
-
Attribute Ends With Selector [attribute$="value"]
Selects elements that have the specified attribute with a value ending exactly with a given string. The comparison is case sensitive.
-
Attribute Equals Selector [attribute="value"]
Selects elements that have the specified attribute with a value exactly equal to a certain value.
-
Attribute Has Selector [attribute]
Selects elements that have the specified attribute, with any value.
-
Attribute Multiple Selector [attributeFilter1][attributeFilter2][attributeFilterN]
Matches elements that match all of the specified attribute filters.
-
Attribute Not Equal Selector [attribute!="value"]
Select elements that either don't have the specified attribute, or do have the specified attribute but not with a certain value.
-
Attribute Starts With Selector [attribute^="value"]
Selects elements that have the specified attribute with a value beginning exactly with a given string.
-
.autocomplete()
Apply the Autocomplete widget for each element in the set of matched elements
-
ep.base64Decode()
Decrypt a base64 string.
-
ep.base64Encode()
Encrypt a text or object as base64 string.
-
.before()
DOM Insertion, Outside | DOM Insertion, Outside
Insert content, specified by the parameter, before each element in the set of matched elements.
-
.bind()
Attach a handler to an event for the elements.
-
.blur()
Bind an event handler to the "blur" JavaScript event, or trigger that event on an element.
-
.bound()
Get the combined text contents of each element in the set of matched elements, including their descendants.
-
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.
-
.busy()
Add or remove a busy layer to each of the set of matched elements.
-
.button()
Apply the Button widget for each element in the set of matched elements
-
:button Selector
Selects all button elements and elements of type button.
-
callbacks.add()
Add a callback or a collection of callbacks to a callback list.
-
callbacks.disable()
Disable a callback list from doing anything more.
-
callbacks.empty()
Remove all of the callbacks from a list.
-
callbacks.fire()
Call all of the callbacks with the given arguments
-
callbacks.fired()
Determine if the callbacks have already been called at least once.
-
callbacks.fireWith()
Call all callbacks in a list with the given context and arguments.
-
callbacks.has()
Determine whether a supplied callback is in a list
-
jQuery.Callbacks()
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
-
callbacks.lock()
Lock a callback list in its current state.
-
callbacks.locked()
Determine if the callbacks list has been locked.
-
callbacks.remove()
Remove a callback or a collection of callbacks from a callback list.
-
ep.canvas()
Create a HTML5 canvas element.
-
.change()
Bind an event handler to the "change" JavaScript event, or trigger that event on an element.
-
:changed Selector
Selects all input, textarea, select and button elements which have a changed value.
-
:checkbox Selector
Selects all elements of type checkbox.
-
:checked Selector
Matches all elements that are checked.
-
Child Selector ("parent > child")
Selects all direct child elements specified by "child" of elements specified by "parent".
-
.children()
Get the children of each element in the set of matched elements, optionally filtered by a selector.
-
Class Selector (".class")
Selects all elements with the given class.
-
jQuery.Class()
Create a class object.
-
.clearQueue()
Remove from the queue all items that have not yet been run.
-
.click()
Bind an event handler to the "click" JavaScript event, or trigger that event on an element.
-
.clone()
Create a deep copy of the set of matched elements.
-
.closest()
Get the first element that matches the selector, beginning at the current element and progressing up through the DOM tree.
-
color.alpha()
Get the "alpha" component of the color.
-
color.blend()
Blend the color.
-
color.blue()
Set the "blue" component of the color.
-
color.green()
Get the "green" component of the color.
-
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.
-
color.hsla()
Get the "hsla" component of the color.
-
color.hue()
Get the "hue" component of the color.
-
color.is()
Check whether the color is equal to an other color.
-
jQuery.Color()
Create a manipulable color object.
-
color.lightness()
Get the "lightness" component of the 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.
-
color.red()
Get the "red" component of the color.
-
color.rgba()
Get the "rgbs" components of the 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.
-
color.saturation()
Get the "saturation" component of the color.
-
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.
-
color.toHexString()
Get hex color string.
-
color.toHslaString()
Get hsla color string.
-
color.toRgbaString()
Get rgba color string.
-
color.transition()
Transform the color.
-
color.valid()
Check whether the parsed css color is valid.
-
ep.Colorpicker()
Create a canvas color picker.
-
jQuery.compareVersion()
Compare versions controls.
-
Ajax Configuration
Low-Level Interface | Properties of jQueryConfig
Configure default values for future Ajax requests.
-
Compare version Configuration
Utilities | Properties of jQueryConfig
Configure default values for future compare version calls.
-
Dictionary Configuration
Internationalisation | Properties of jQueryConfig
Configure default values for future dictionary call.
-
Internationalisation Configuration
Internationalisation | Properties of jQueryConfig
Configure default values for future internationalisation call.
-
Metaparse Configuration
Default values for future metaparse calls.
-
MIME Configuration
Utilities | Properties of jQueryConfig
Configure default values for future MIME calls.
-
noConflict Configuration
Core | Properties of jQueryConfig
Preconfigure of jQuery.noConflict.
-
Plugin Controller Configuration
Core | Properties of jQueryConfig
Configure default values for the plugin/dependencies controller.
-
Shrink Configuration
Utilities | Properties of jQueryConfig
Configure default values for future shrink calls.
-
Storage Configuration
Data | Properties of jQueryConfig
Configure default values for future storage calls.
-
ep.config
A map of configuration parameters.
-
jQuery.config
Core | Properties of jQueryConfig | Properties of the Global jQuery Object
Configuration property for jQuery SDK and plugins.
-
:contains() Selector
Select all elements that contain the specified text.
-
jQuery.contains()
Check to see if a DOM element is within another DOM element.
-
.contents()
Get the children of each element in the set of matched elements, including text and comment nodes.
-
.context
Internals | Properties of jQuery Object Instances
The DOM node context originally passed to
jQuery()
; if none was passed then context will likely be the document. -
.contextOrientation()
Set position to each of the set of matched elements related to an event or other element.
-
jQuery.cookie()
Get the value of a cookie.
-
.css()
Get the value of a style property for the first element in the set of matched elements.
-
ep.css.colorToHex()
Not longer supported.
-
ep.css.colorToHsb()
Not longer supported.
-
ep.css.colorToRgb()
Not longer supported.
-
ep.css.hexToColor()
Not longer supported.
-
ep.css.hexToHsb()
Not longer supported.
-
ep.css.hexToRgb()
Not longer supported.
-
ep.css.hsbToColor()
Not longer supported.
-
ep.css.hsbToHex()
Not longer supported.
-
ep.css.hsbToRgb()
Not longer supported.
-
ep.css.rgbToColor()
Not longer supported.
-
ep.css.rgbToHex()
Not longer supported.
-
ep.css.rgbToHsb()
Not longer supported.
-
ep.css.stringToColor()
Not longer supported.
-
ep.css.stringToHex()
Not longer supported.
-
ep.css.stringToHsb()
Not longer supported.
-
ep.css.stringToRgb()
Not longer supported.
-
jQuery.cssHooks
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
-
.customformUiCustomform()
Open a dialog to edit custom form fields.
-
.data()
Store arbitrary data associated with the matched elements.
-
jQuery.data()
Store arbitrary data associated with the specified element. Returns the value that was set.
-
ep.Date()
Using advanced date operations.
-
.datepicker()
Apply the Datepicker widget for each element in the set of matched elements
-
.dblclick()
Bind an event handler to the "dblclick" JavaScript event, or trigger that event on an element.
-
jQuery.debug
Properties of the Global jQuery Object
A base property for debug tools.
-
jQuery.debug.sortPlugins()
Debug order of plugins.
-
ep.debug.statistic()
print debug statistics to console
-
jQuery.debug.warn()
Takes a string and throws a warning containing it.
-
jQuery.decodeBASE64()
Decrypt a base64 string.
-
jQuery.decodeUTF8()
Decode a UTF-8 text.
-
deferred.always()
Add handlers to be called when the Deferred object is either resolved or rejected.
-
deferred.done()
Add handlers to be called when the Deferred object is resolved.
-
deferred.fail()
Add handlers to be called when the Deferred object is rejected.
-
deferred.isRejected()
Determine whether a Deferred object has been rejected.
-
deferred.isResolved()
Determine whether a Deferred object has been resolved.
-
deferred.notify()
Call the progressCallbacks on a Deferred object with the given
args
. -
deferred.notifyWith()
Call the progressCallbacks on a Deferred object with the given context and
args
. -
deferred.pipe()
Utility method to filter and/or chain Deferreds.
-
deferred.progress()
Add handlers to be called when the Deferred object generates progress notifications.
-
deferred.promise()
Return a Deferred's Promise object.
-
deferred.reject()
Reject a Deferred object and call any failCallbacks with the given
args
. -
deferred.rejectWith()
Reject a Deferred object and call any failCallbacks with the given
context
andargs
. -
deferred.resolve()
Resolve a Deferred object and call any doneCallbacks with the given
args
. -
deferred.resolveWith()
Resolve a Deferred object and call any doneCallbacks with the given
context
andargs
. -
deferred.state()
Determine the current state of a Deferred object.
-
deferred.then()
Add handlers to be called when the Deferred object is resolved or rejected.
-
.delay()
Set a timer to delay execution of subsequent items in the queue.
-
.delegate()
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
-
jQuery.dependRegister()
Register a handle to extend the dependencies controller.
-
jQuery.dependSettings
Properties of the Global jQuery Object | Internationalisation | Templates
Settings of the dependencies controller.
-
.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.
-
Descendant Selector ("ancestor descendant")
Selects all elements that are descendants of a given ancestor.
-
.detach()
Remove the set of matched elements from the DOM.
-
.de_epages > .productUiCustomizer()
Create an user interface for product customization.
-
de_epages > de_epages.design.inc.customizeButtonStyle
Initialize and open dialog to configure buttons on the SF.
-
.dialog()
Apply the Dialog widget for each element in the set of matched elements
-
ep.dict()
Get a dictionary object for translation.
-
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.
-
.die()
Deprecated | Event Handler Attachment
Remove all event handlers previously attached using
.live()
from the elements. -
:disabled Selector
Selects all elements that are disabled.
-
.draggable()
Apply the Draggable widget for each element in the set of matched elements
-
.droppable()
Apply the Droppable widget for each element in the set of matched elements
-
.each()
Collection Manipulation | Traversing
Iterate over a jQuery object, executing a function for each matched element.
-
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.
-
Element Selector ("element")
Selects all elements with the given tag name.
-
.empty()
Remove all child nodes of the set of matched elements from the DOM.
-
:empty Selector
Select all elements that have no children (including text nodes).
-
:enabled Selector
Selects all elements that are enabled.
-
jQuery.encodeBASE64()
Encrypt a text or object as base64 string.
-
jQuery.encodeUTF8()
Encode a text as UTF-8.
-
.end()
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
-
ep()
An alias of jQuery() including the ep API.
-
.eq()
Reduce the set of matched elements to the one at the specified index.
-
:eq() Selector
Basic Filter | jQuery Extensions
Select the element at index
n
within the matched set. -
.equalHeight()
Set the heigh of a highest element in the set of matched elements to each of the set of matched elements.
-
.equalInnerHeight()
Set the heigh of a innerHighest element in the set of matched elements to each of the set of matched elements.
-
.equalInnerWidth()
Set the innerWidth of a broadest element in the set of matched elements to each of the set of matched elements.
-
.equalOuterHeight()
Set the heigh of a outerHighest element in the set of matched elements to each of the set of matched elements.
-
.equalOuterWidth()
Set the outerWidth of a broadest element in the set of matched elements to each of the set of matched elements.
-
.equalWidth()
Set the width of a broadest element in the set of matched elements to each of the set of matched elements.
-
.error()
Bind an event handler to the "error" JavaScript event.
-
jQuery.error()
Takes a string and throws an exception containing it.
-
ep.escapeExpStr()
Escape an string for use as regular expression.
-
jQuery.escExpStr()
Escape an string for use as regular expression.
-
:even Selector
Basic Filter | jQuery Extensions
Selects even elements, zero-indexed. See also odd.
-
'emchange' Special Event
Bind special event on 'em' change.
-
'hide' Special Event
Bind special event on hide element.
-
'mousedrag' Special Event
Bind special event on mouse drag.
-
'mousewheel' Special Event
Bind special event on mouse wheel.
-
'resize' Special Event
Bind special event on resize element.
-
'show' Special Event
Bind special event on show element.
-
'toggle' Special Event
Bind special event on toggle element.
-
'touchdrag' Special Event
Bind special event on touch drag.
-
'touchpinch' Special Event
Bind special pinch event on touch interaction.
-
'touchpinchin' Special Event
Bind special event on touch pinch in.
-
'touchpinchout' Special Event
Bind special event on touch pinch out.
-
'touchswipedown' Special Event
Bind special event on touch swipedown.
-
'touchswipeleft' Special Event
Bind special event on touch swipeleft.
-
'touchswiperight' Special Event
Bind special event on touch swiperight.
-
'touchswipeup' Special Event
Bind special event on touch swipeup.
-
'touchzoom' Special Event
Bind special zoom event on touch interaction.
-
event.currentTarget
The current DOM element within the event bubbling phase.
-
event.data
An optional data map passed to an event method when the current executing handler is bound.
-
event.delegateTarget
The element where the currently-called jQuery event handler was attached.
-
jQuery.event.fix()
Normalize event object.
-
event.isDefaultPrevented()
Returns whether event.preventDefault() was ever called on this event object.
-
event.isImmediatePropagationStopped()
Returns whether event.stopImmediatePropagation() was ever called on this event object.
-
event.isPropagationStopped()
Returns whether event.stopPropagation() was ever called on this event object.
-
event.namespace
The namespace specified when the event was triggered.
-
event.pageX
The mouse position relative to the left edge of the document.
-
event.pageY
The mouse position relative to the top edge of the document.
-
event.preventDefault()
If this method is called, the default action of the event will not be triggered.
-
event.relatedTarget
The other DOM element involved in the event, if any.
-
event.result
The last value returned by an event handler that was triggered by this event, unless the value was
undefined
. -
event.stopImmediatePropagation()
Keeps the rest of the handlers from being executed and prevents the event from bubbling up the DOM tree.
-
event.stopPropagation()
Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event.
-
event.target
The DOM element that initiated the event.
-
event.timeStamp
The difference in milliseconds between the time the browser created the event and January 1, 1970.
-
event.type
Describes the nature of the event.
-
event.which
For key or mouse events, this property indicates the specific key or button that was pressed.
-
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.
-
.externalcontentGadgetContentslider()
Create a contentslider gadget.
-
.externalcontentGadgetExternalvideo()
Embed a video player with video from an extern provider.
-
.externalcontentGadgetFacebook()
Create a facebook like button or like box.
-
.externalcontentGadgetGoogleplus()
Inserts Google-Plus button.
-
.externalcontentGadgetMaps()
Create a Google, bing or klickTel Map.
-
.externalcontentGadgetOtherbuttons()
Create a digg, delicious, StumbleUpon, Technorati or MrWong button.
-
.externalcontentGadgetRss()
Create a RSS feed.
-
.externalcontentGadgetTranslation()
Inserts translation widgets.
-
.externalcontentGadgetTwitter()
Inserts twitter button.
-
.externalcontentUiCropslidedialog()
Create a dialog with a canvas for cropping an image.
-
.fadeIn()
Display the matched elements by fading them to opaque.
-
.fadeOut()
Hide the matched elements by fading them to transparent.
-
.fadeTo()
Adjust the opacity of the matched elements.
-
.fadeToggle()
Display or hide the matched elements by animating their opacity.
-
:file Selector
Selects all elements of type file.
-
de_epages.mediagallery.filemanager
Create an user interface to manage your files.
-
.filter()
Reduce the set of matched elements to those that match the selector or pass the function's test.
-
.find()
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
-
.first()
Reduce the set of matched elements to the first in the set.
-
:first-child Selector
Selects all elements that are the first child of their parent.
-
:first Selector
Basic Filter | jQuery Extensions
Selects the first matched element.
-
ep.fn
Stack of available methods and properties in the ep API.
-
.focus()
Bind an event handler to the "focus" JavaScript event, or trigger that event on an element.
-
:focus Selector
Selects element if it is currently focused.
-
.focusin()
Keyboard Events | Mouse Events
Bind an event handler to the "focusin" event.
-
.focusout()
Keyboard Events | Mouse Events
Bind an event handler to the "focusout" JavaScript event.
-
.formClear()
Forms | Attributes, Tree Traversal
Clear the value of each inputs and inputs of the first form element of matched elements.
-
.formGroup()
Find all inputs grouped by name to the first matched input of matched elements.
-
.formInput()
Find all inputs of the first matched form of matched elements.
-
.formReset()
Forms | Attributes, Tree Traversal
Resest each inputs and first form element of matched elements.
-
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.fx.interval
Custom | Properties of the Global jQuery Object
The rate (in milliseconds) at which animations fire.
-
jQuery.fx.off
Custom | Properties of the Global jQuery Object
Globally disable all animations.
-
de_epages.externalcontent.gadgets()
Display the dialog to insert or change a gadget.
-
.get()
Retrieve the DOM elements matched by the jQuery object.
-
jQuery.get()
Load data from the server using a HTTP GET request.
-
jQuery.getJSON()
Load JSON-encoded data from the server using a GET HTTP request.
-
jQuery.getScript()
Load a JavaScript file from the server using a GET HTTP request, then execute it.
-
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.
-
:gt() Selector
Basic Filter | jQuery Extensions
Select all elements at an index greater than
index
within the matched set. -
.has()
Reduce the set of matched elements to those that have a descendant that matches the selector or DOM element.
-
:has() Selector
Content Filter | jQuery Extensions
Selects elements which contain at least one element that matches the specified selector.
-
.hasClass()
Attributes | Class Attribute | CSS
Determine whether any of the matched elements are assigned the given class.
-
jQuery.hasData()
Determine whether an element has any jQuery data associated with it.
-
ep.hashToArray()
Build an array from an object/hash.
-
.hasSprite()
Determine whether the first of the matched elements are assigned spite icon classes.
-
:header Selector
Basic Filter | jQuery Extensions
Selects all elements that are headers, like h1, h2, h3 and so on.
-
.height()
CSS | Dimensions | Style Properties
Get the current computed height for the first element in the set of matched elements.
-
:hidden Selector
jQuery Extensions | Visibility Filter
Selects all elements that are hidden.
-
.hide()
Hide the matched elements.
-
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.holdReady()
Holds or releases the execution of jQuery's ready event.
-
.hover()
Bind two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
-
.html()
Attributes | DOM Insertion, Inside
Get the HTML contents of the first element in the set of matched elements.
-
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.
-
Id Selector ("#id")
Selects a single element with the given id attribute.
-
:image Selector
Selects all elements of type image.
-
jQuery.inArray()
Search for a specified value within an array and return its index (or -1 if not found).
-
.index()
Search for a given element from among the matched elements.
-
ep.inHash()
Search for a specified value within an object and return its key.
-
.innerHeight()
CSS | Dimensions | Style Properties
Get the current computed height for the first element in the set of matched elements, including padding but not border.
-
.innerWidth()
CSS | Dimensions | Style Properties
Get the current computed width for the first element in the set of matched elements, including padding but not border.
-
:input Selector
Selects all input, textarea, select and button elements.
-
ep.insert()
Add value(s) to an array or array-like object at a specified position without overwrite existing items.
-
.insertAfter()
Insert every element in the set of matched elements after the target.
-
.insertBefore()
Insert every element in the set of matched elements before the target.
-
:invalide Selector
Selects all input, textarea, select and button elements, witch are invalid.
-
.is()
Check the current matched set of elements against a selector, element, or jQuery object and return
true
if at least one of these elements matches the given arguments. -
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
Internals | Properties of jQuery Object Instances
A string containing the jQuery version number.
-
jQuery()
Accepts a string containing a CSS selector which is then used to match a set of elements.
-
.jquerysdk
Properties of jQuery Object Instances
A string containing the jQuery SDK version number.
-
.keydown()
Bind an event handler to the "keydown" JavaScript event, or trigger that event on an element.
-
.keypress()
Bind an event handler to the "keypress" JavaScript event, or trigger that event on an element.
-
.keyup()
Bind an event handler to the "keyup" JavaScript event, or trigger that event on an element.
-
.last()
Reduce the set of matched elements to the final one in the set.
-
:last-child Selector
Selects all elements that are the last child of their parent.
-
:last Selector
Basic Filter | jQuery Extensions
Selects the last matched element.
-
.length
Properties of jQuery Object Instances
The number of elements in the jQuery object.
-
.link()
Link changes to the matched elements to an object.
-
.live()
Deprecated | Event Handler Attachment
Attach an event handler for all elements which match the current selector, now and in the future.
-
.load()
Document Loading | Shorthand Methods
Bind an event handler to the "load" JavaScript event.
-
ep.local.dojoGadetFix
Fix broken dojo gadgets with jQuery.
-
ep.local
Core | Properties of the global ep object
Stack of variables and methods for inline javascript.
-
jQuery.localStorage()
Get a value from the local storage.
-
jQuery.localStorageClear()
Clear the local storage.
-
:lt() Selector
Basic Filter | jQuery Extensions
Select all elements at an index less than
index
within the matched set. -
jQuery.makeArray()
Convert an array-like object into a true JavaScript array.
-
.map()
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
-
jQuery.map()
Translate all items in an array or object to new array of items.
-
jQuery.md5()
Get MD5 hash from string.
-
mediagalleryUiFilemanager()
Create an user interface to manage your files.
-
mediagalleryUiFilemanagerdialog()
Create a dialog that contains the file manager.
-
mediagalleryUiMemoryusage()
Create a box that displays the current utilisation of the MediaGallery.
-
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.
-
.mobileSlides()
Create a slideshow on mobile devices for a given set of images.
-
.mousedown()
Bind an event handler to the "mousedown" JavaScript event, or trigger that event on an element.
-
.mouseenter()
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
-
.mouseleave()
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.
-
.mousemove()
Bind an event handler to the "mousemove" JavaScript event, or trigger that event on an element.
-
.mouseout()
Bind an event handler to the "mouseout" JavaScript event, or trigger that event on an element.
-
.mouseover()
Bind an event handler to the "mouseover" JavaScript event, or trigger that event on an element.
-
.mouseup()
Bind an event handler to the "mouseup" JavaScript event, or trigger that event on an element.
-
Multiple Selector ("selector1, selector2, selectorN")
Selects the combined results of all the specified selectors.
-
.next()
Get the immediately following sibling of each element in the set of matched elements. If a selector is provided, it retrieves the next sibling only if it matches that selector.
-
Next adjacent Selector ("prev + next")
Selects all next elements matching "next" that are immediately preceded by a sibling "prev".
-
Next siblings Selector ("prev ~ siblings")
Selects all sibling elements that follow after the "prev" element, have the same parent, and match the filtering "siblings" selector.
-
.nextAll()
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
-
.nextUntil()
Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
-
jQuery.noConflict()
Relinquish jQuery's control of the
$
variable. -
jQuery.noop()
An empty function.
-
.not()
Filtering | Miscellaneous Traversing
Remove elements from the set of matched elements.
-
:not() Selector
Selects all elements that do not match the given selector.
-
jQuery.now()
Return a number representing the current time.
-
:nth-child() Selector
Selects all elements that are the nth-child of their parent.
-
:odd Selector
Basic Filter | jQuery Extensions
Selects odd elements, zero-indexed. See also even.
-
.off()
Remove an event handler.
-
.offset()
CSS | Offset | Style Properties
Get the current coordinates of the first element in the set of matched elements, relative to the document.
-
.offsetParent()
Get the closest ancestor element that is positioned.
-
.on()
Attach an event handler function for one or more events to the selected elements.
-
.one()
Attach a handler to an event for the elements. The handler is executed at most once per element.
-
:only-child Selector
Selects all elements that are the only child of their parent.
-
ep.openWindow()
Open url in a dialog with an embeded iframe.
-
.orderUiDocumentGenerator()
Create a dialog to generate documents.
-
.outerHeight()
CSS | Dimensions | Style Properties
Get the current computed height for the first element in the set of matched elements, including padding, border, and optionally margin. Returns an integer (without "px") representation of the value or null if called on an empty set of elements.
-
.outerWidth()
CSS | Dimensions | Style Properties
Get the current computed width for the first element in the set of matched elements, including padding and border.
-
jQuery.param()
Collection Manipulation | Forms | Helper Functions | Utilities
Create a serialized representation of an array or object, suitable for use in a URL query string or Ajax request.
-
.parent()
Get the parent of each element in the current set of matched elements, optionally filtered by a selector.
-
:parent Selector
Content Filter | jQuery Extensions
Select all elements that are the parent of another element, including text nodes.
-
.parents()
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
-
.parentsUntil()
Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or jQuery object.
-
jQuery.parseJSON()
Takes a well-formed JSON string and returns the resulting JavaScript object.
-
jQuery.parseXML()
Parses a string into an XML document.
-
:password Selector
Selects all elements of type password.
-
jQuery.plugin()
Core | Internationalisation | Templates
Specify a plugin.
-
.position()
CSS | Offset | Style Properties | UI
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
-
jQuery.post()
Load data from the server using a HTTP POST request.
-
ep.preload()
Preload a given file to avoid later loading
-
.prepend()
DOM Insertion, Inside | DOM Insertion, Inside
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
-
.prependTo()
Insert every element in the set of matched elements to the beginning of the target.
-
.presentationUiHistory()
Apply history list widget on ul elements.
-
.presentationUiPrevieweditor()
Open ckeditor in almostfullscreen mode, when the selected element is clicked and save the data to an (hidden) textarea.
-
.presentationUiStateselection()
Create a stateselection widget. As used for address inputs.
-
.presentationUiUploader()
Create an uploader.
-
.presentationUiUploadImage()
Create an image uploader.
-
.prev()
Get the immediately preceding sibling of each element in the set of matched elements, optionally filtered by a selector.
-
.prevAll()
Get all preceding siblings of each element in the set of matched elements, optionally filtered by a selector.
-
.prevUntil()
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
-
productLastViewed()
Add a list of last viewed products.
-
.productUiAppointmentpicker()
Add appointment date selection from calendar handling for input elements.
-
.progressbar()
Apply the Progressbar widget for each element in the set of matched elements
-
.promise()
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
-
.prop()
Attributes | General Attributes
Get the value of a property for the first element in the set of matched elements.
-
ep.provide()
Not longer available.
-
jQuery.provide()
Core | Internationalisation | Templates
Provide a script.
-
jQuery.proxy()
Event Handler Attachment | Utilities
Takes a function and returns a new one that will always have a particular context.
-
.pushStack()
Add a collection of DOM elements onto the jQuery stack.
-
.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.
-
:radio Selector
Selects all elements of type radio.
-
:readonly Selector
Selects all elements that are readonly.
-
.ready()
Specify a function to execute when the DOM is fully loaded.
-
ep.ready()
Not longer available.
-
jQuery.ready()
Document Loading | Core | Internationalisation | Templates
Specify a function to execute when the DOM is fully loaded.
-
.remotesearchUiSuggest()
Show suggestions for query of an input.
-
.remove()
Remove the set of matched elements from the DOM.
-
.removeAttr()
Attributes | General Attributes
Remove an attribute from each element in the set of matched elements.
-
.removeClass()
Attributes | Class Attribute | CSS
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
-
.removeData()
Remove a previously-stored piece of data.
-
jQuery.removeData()
Remove a previously-stored piece of data.
-
.removeProp()
Attributes | General Attributes
Remove a property for the set of matched elements.
-
.removeSprite()
Remove sprite icon classes from each of the set of matched elements.
-
.replaceAll()
Replace each target element with the set of matched elements.
-
.replaceWith()
Replace each element in the set of matched elements with the provided new content.
-
ep.require()
Not longer available.
-
:reset Selector
Selects all elements of type reset.
-
.resizable()
Apply the Resizable widget for each element in the set of matched elements
-
.resize()
Bind an event handler to the "resize" JavaScript event, or trigger that event on an element.
-
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.
-
.scroll()
Bind an event handler to the "scroll" JavaScript event, or trigger that event on an element.
-
.scrollbox()
Apply the Scrollbox widget for each element in the set of matched elements.
-
.scrollLeft()
CSS | Offset | Style Properties
Get the current horizontal position of the scroll bar for the first element in the set of matched elements.
-
.scrollTo()
Scroll content of each element in the set of matched elements.
-
.scrollTop()
CSS | Offset | Style Properties
Get the current vertical position of the scroll bar for the first element in the set of matched elements.
-
ep.scrunch()
Trim the length of a text.
-
.select()
Bind an event handler to the "select" JavaScript event, or trigger that event on an element.
-
.selectable()
Apply the Selectable widget for each element in the set of matched elements
-
:selected Selector
Selects all elements that are selected.
-
.seoUiSeoCheckWidget()
SEO check dialog widget to show SEO issues from different SEO test and ratings for multiple languages.
-
.seoUiSeoGaugeWidget()
Add SEO percentage meter which shows the SEO rating of a content object.
-
.serialize()
Encode a set of form elements as a string for submission.
-
.serializeArray()
Encode a set of form elements as an array of names and values.
-
jQuery.sessionStorage()
Get a value from the session storage.
-
jQuery.sessionStorageClear()
Clear the session storage.
-
setDefault()
Set a new default value for inputs or selectboxes.
-
.shopmailtypeUiEditmailaddress()
Attach simpledialog with a form with some email inputs as its content to the selected set of elements.
-
.shopmailtypeUiPlaceholderdialog()
Attach placeholderdialog with table of placeholder TLEs to be entered inside the associated input to the selected set of elements.
-
.show()
Display the matched elements.
-
.showNextOn()
Attach an event listener for one or more events to the selected elements. When the event is triggered we show the next siblings in the DOM.
-
jQuery.shrink()
Shrink a text to a speciefied length.
-
.siblings()
Get the siblings of each element in the set of matched elements, optionally filtered by a selector.
-
.size()
Return the number of elements in the jQuery object.
-
.slice()
Reduce the set of matched elements to a subset specified by a range of indices.
-
.slideDown()
Display the matched elements with a sliding motion.
-
.slider()
Apply the Slider widget for each element in the set of matched elements
-
.slideToggle()
Display or hide the matched elements with a sliding motion.
-
.slideUp()
Hide the matched elements with a sliding motion.
-
.sortable()
Apply the Sortable widget for each element in the set of matched elements
-
ep.sprite()
Create a sprite icon.
-
ep.sslSwitch.addHandle()
Add an handle to the SSL switch controller.
-
ep.sslSwitch.submit()
Submit the givn SSL switch form.
-
.stop()
Stop the currently-running animation on the matched elements.
-
ep.stripTags()
Remove HTML and XML tags.
-
jQuery.stripTags()
Remove HTML and XML tags.
-
'border-bottom-left-radius' Style Property
Set/get CSS border radius for bottom left corner.
-
'border-bottom-right-radius' Style Property
Set/get CSS border radius for bottom right corner.
-
'border-radius' Style Property
Set/get CSS border radius.
-
'border-top-left-radius' Style Property
Set/get CSS border radius for top left corner.
-
'border-top-right-radius' Style Property
Set/get CSS border radius for top right corner.
-
.sub()
Change the used class.
-
jQuery.sub()
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
-
.submit()
Bind an event handler to the "submit" JavaScript event, or trigger that event on an element.
-
:submit Selector
Selects all elements of type submit.
-
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.
-
.tabs()
Apply the Tabs widget for each element in the set of matched elements
-
.template()
Compile the contents of the matched element as a reusable compiled template.
-
{{each}} Template Tag
Used to iterate over a data array, and render the content between the opening and closing template tags once for each data item.
-
{{elem}} Template Tag
Used for define a simple access on an element in the rendered template.
-
{{else}} Template Tag
Used in association with the {{if}}...{{/if}} tag to provide alternative content based on the values of one or more expressions. The {{else}} tag can be used without a parameter, as in: {{if a}}...{{else}}...{{/if}}, or with a parameter, as in: {{if a}}...{{else b}}...{{/if}}.
-
${} Template Tag
Used for insertion of data values in the rendered template. Evaluates the specified field (property) on the current data item, or the specified JavaScript function or expression.
-
{{html}} Template Tag
Used for insertion of HTML markup strings in the rendered template. Evaluates the specified field on the current data item, or the specified JavaScript function or expression.
-
{{if}} Template Tag
Used for conditional insertion of content. Renders the content between the opening and closing template tags only if the specified data item field, JavaScript function or expression does not evaluate to false (or to zero, null, type "undefined", or the empty string ).
-
{{tmpl}} Template Tag
Used for composition of templates. Renders one or more nested template items within the rendered output of the parent template.
-
{{wrap}} Template Tag
Used for composition of templates which incorporate wrapped HTML content. Rendered template items can combine wrapped HTML content with template markup.
-
jQuery.template()
Create a reusable named template (compiled from markup).
-
.text()
DOM Insertion, Inside | Attributes
Get the combined text contents of each element in the set of matched elements, including their descendants.
-
:text Selector
Selects all elements of type text.
-
.tmpl()
Take the first element in the matched set and render its content as a template, using the specified data.
-
jQuery.tmpl()
Render the specified HTML content as a template, using the specified data.
-
.tmplItem()
Return the
tmplItem
data structure for the rendered template that the matched element is part of. -
jQuery.tmplItem()
Return the
tmplItem
data structure for the rendered template that the specified element is part of. -
.toArray()
Retrieve all the DOM elements contained in the jQuery set, as an array.
-
jQuery.toBASE64()
Encrypt a text or object as base64 string.
-
.toggle()
Bind two or more handlers to the matched elements, to be executed on alternate clicks.
-
.toggleAttr()
Add or remove a attribute from each element in the set of matched elements.
-
.toggleClass()
Attributes | Class Attribute | CSS
Add or remove one or more classes from each element in the set of matched elements, depending on either the class's presence or the value of the switch argument.
-
.toggleProp()
Add or remove a property from each element in the set of matched elements.
-
.toJSON()
Transform the first element in the set of matched elements to JSON format.
-
jQuery.toJSON()
Takes a JavaScript object and returns the resulting well-formed JSON string.
-
jQuery.toUTF8()
Encode a text as UTF-8.
-
.trigger()
Execute all handlers and behaviors attached to the matched elements for the given event type.
-
.triggerHandler()
Execute all handlers attached to an element for an event.
-
jQuery.trim()
Remove the whitespace from the beginning and end of a string.
-
jQuery.type()
Determine the internal JavaScript [[Class]] of an object.
-
ep.ui.imgCenter()
Position an image centered to the parent element.
-
ep.ui.imgData()
Advanced form handling.
-
de_epages.presentation.ui.tray()
Display the object tray input and button.
-
.uiColorpicker()
Add color picker handling for each element in the set of matched elements.
-
.uiContentlist()
Make table cell content editable.
-
.uiCoverflow()
Create a flash coverflow effect to display images.
-
jQuery.uid()
Generate an unique id for a DOM element.
-
.uiDatepicker()
Add date selection from calendar handling for input elements.
-
.uiDialog()
Create a dialog.
-
.uiEditor()
Creates an inline wysiwyg editor.
-
.uiForm()
Advanced form handling.
-
.uiInput()
Advanced handling for input elements.
-
.uiLightbox()
Create a lightbox for a given set of images.
-
.uiMagnifier()
Adding magnifier function to an image
-
.uiPrevieweditor()
Creates an inline editor for the preview view.
-
.uiRichTable()
Make table cell content editable.
-
.uiSimpledialog()
Create a simple dialog with some content and maybe even buttons
-
.uiSlidebox()
Create a view of navigable slides.
-
.uiSlider()
Create a slider with label (value and unit) and (optional) info bubble
-
.uiSlides()
Create a slideshow for a given set of images.
-
.uiSpinner()
Add spinner handling for input elements.
-
.uiTextedit()
Make a text editable.
-
.uiThumbbox()
Create a thumbnail box for a given set of images.
-
.uiTooltip()
Create a tooltip.
-
.uiValidate()
Add validate handling for input elements.
-
.uiWizard()
Create a wizard.
-
.unbind()
Remove a previously-attached event handler from the elements.
-
.undelegate()
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
-
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.
-
.unlink()
Remove a previously created link.
-
.unload()
Bind an event handler to the "unload" JavaScript event.
-
jQuery.unsplice()
Add an array into an array at a specified position without overwrite existing items.
-
.unwrap()
DOM Insertion, Around | DOM Removal
Remove the parents of the set of matched elements from the DOM, leaving the matched elements in their place.
-
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.
-
.val()
Attributes | Forms | General Attributes
Get the current value of the first element in the set of matched elements.
-
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.
-
:visible Selector
jQuery Extensions | Visibility Filter
Selects all elements that are visible.
-
jQuery.when()
Provides a way to execute callback functions based on one or more objects, usually Deferred objects that represent asynchronous events.
-
jQuery.Widget()
UI widget base class.
-
jQuery.widget()
Define a new widget.
-
.width()
CSS | Dimensions | Style Properties
Get the current computed width for the first element in the set of matched elements.
-
window.epkStack
A dependencies stack for the base packege.
-
.wrap()
DOM Insertion, Around | DOM Insertion, Around
Wrap an HTML structure around each element in the set of matched elements.
-
.wrapAll()
DOM Insertion, Around | DOM Insertion, Around
Wrap an HTML structure around all elements in the set of matched elements.
-
.wrapInner()
DOM Insertion, Around | DOM Insertion, Around
Wrap an HTML structure around the content of each element in the set of matched elements.
-
.xml()
Attributes | DOM Insertion, Inside
Get the XML contents of the first element in the set of matched elements.