Show / Hide Table of Contents

Class jQuery

Inheritance
object
jQuery
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Framework
Assembly: DotNetNuke.dll
Syntax
public class jQuery

Constructors

jQuery()

Declaration
public jQuery()

Fields

DefaultHostedUrl

Declaration
public const string DefaultHostedUrl = "https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"
Field Value
Type Description
string

DefaultUIHostedUrl

Declaration
public const string DefaultUIHostedUrl = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.13.3/jquery-ui.min.js"
Field Value
Type Description
string

Properties

AreDnnPluginsRequested

Declaration
public static bool AreDnnPluginsRequested { get; }
Property Value
Type Description
bool

IsHoverIntentRequested

Declaration
public static bool IsHoverIntentRequested { get; }
Property Value
Type Description
bool

IsRequested

Declaration
public static bool IsRequested { get; }
Property Value
Type Description
bool

IsUIRequested

Declaration
public static bool IsUIRequested { get; }
Property Value
Type Description
bool

Methods

KeepAlive(Page)

Declaration
public static void KeepAlive(Page page)
Parameters
Type Name Description
Page page

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS