Core
-
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.
-
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.
-
jQuery.debug.warn()
Takes a string and throws a warning containing it.
-
jQuery.dependRegister()
Register a handle to extend the dependencies controller.
-
ep()
An alias of jQuery() including the ep API.
-
ep.fn
Stack of available methods and properties in the ep API.
-
jQuery.holdReady()
Holds or releases the execution of jQuery's ready event.
-
jQuery()
Accepts a string containing a CSS selector which is then used to match a set of elements.
-
ep.local
Core | Properties of the global ep object
Stack of variables and methods for inline javascript.
-
jQuery.noConflict()
Relinquish jQuery's control of the
$
variable. -
jQuery.plugin()
Core | Internationalisation | Templates
Specify a plugin.
-
jQuery.provide()
Core | Internationalisation | Templates
Provide a script.
-
jQuery.ready()
Document Loading | Core | Internationalisation | Templates
Specify a function to execute when required plugins are fully loaded.
-
.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.
-
jQuery.when()
Provides a way to execute callback functions based on one or more objects, usually Deferred objects that represent asynchronous events.
-
window.epkStack
A dependencies stack for the base packege.