jQuery.browser Property
We recommend against using this property,
please try to use feature detection instead (see jQuery.support).
Contains flags for the useragent, read from navigator.userAgent.
While jQuery.browser will not be removed from future versions of jQuery,
every effort to use jQuery.support and proper feature detection should be made.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public jQueryBrowser browser { get; set; }
Return Value
Type: SharpKit.jQuery.jQueryBrowser
|