jQuery.context Property
The DOM node context originally passed to jQuery(); if none was passed then context will likely be the document.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public HtmlElement context { get; set; }
Return Value
Type: SharpKit.Html4.HtmlElement
|