Internals
-
.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. -
jQuery.error()
Takes a string and throws an exception containing it.
-
jQuery.event.fix()
Normalize event object.
-
.jquery
Internals | Properties of jQuery Object Instances
A string containing the jQuery version number.
-
ep.local.dojoGadetFix
Fix broken dojo gadgets with jQuery.
-
.pushStack()
Add a collection of DOM elements onto the jQuery stack.
-
jQuery.Widget()
UI widget base class.
-
jQuery.widget()
Define a new widget.