ep.core
-
ep.arrayToHash()
Build an object from object/hash.
-
ep.config
A map of configuration parameters.
-
ep()
An alias of jQuery() including the ep API.
-
ep.escapeExpStr()
Escape an string for use as regular expression.
-
ep.extend()
Merge the contents of two or more objects together into the first object.
-
ep.fn
Stack of available methods and properties in the ep API.
-
ep.hashToArray()
Build an array from an object/hash.
-
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.
-
ep.local
Core | Properties of the global ep object
Stack of variables and methods for inline javascript.
-
ep.mixin()
Merge the contents of two or more objects together into the first object.
-
ep.provide()
Not longer available.
-
ep.ready()
Not longer available.
-
ep.require()
Not longer available.
-
ep.reverse()
Reverse a text or Number.
-
ep.scrunch()
Trim the length of a text.
-
ep.stripTags()
Remove HTML and XML tags.