Class jQuery
Assembly: DotNetNuke.dll
Syntax
Constructors
jQuery()
Declaration
Fields
DefaultHostedUrl
Declaration
public const string DefaultHostedUrl = "https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"
Field Value
DefaultUIHostedUrl
Declaration
public const string DefaultUIHostedUrl = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.13.3/jquery-ui.min.js"
Field Value
Properties
AreDnnPluginsRequested
Declaration
public static bool AreDnnPluginsRequested { get; }
Property Value
HostedMigrateUrl
Declaration
[Obsolete("Deprecated in DotNetNuke 7.3.1. This is managed through the JavaScript Library package. Scheduled removal in v10.0.0.")]
public static string HostedMigrateUrl { get; }
Property Value
HostedUIUrl
Declaration
[Obsolete("Deprecated in DotNetNuke 7.3.1. This is managed through the JavaScript Library package. Scheduled removal in v10.0.0.")]
public static string HostedUIUrl { get; }
Property Value
HostedUrl
Declaration
[Obsolete("Deprecated in DotNetNuke 7.3.1. This is managed through the JavaScript Library package. Scheduled removal in v10.0.0.")]
public static string HostedUrl { get; }
Property Value
IsHoverIntentRequested
Declaration
public static bool IsHoverIntentRequested { get; }
Property Value
IsInstalled
Declaration
[Obsolete("Deprecated in DotNetNuke 7.3.1. This is managed through the JavaScript Library package. Scheduled removal in v10.0.0.")]
public static bool IsInstalled { get; }
Property Value
IsRequested
Declaration
public static bool IsRequested { get; }
Property Value
IsUIInstalled
Declaration
[Obsolete("Deprecated in DotNetNuke 7.3.1. This is managed through the JavaScript Library package. Scheduled removal in v10.0.0.")]
public static bool IsUIInstalled { get; }
Property Value
IsUIRequested
Declaration
public static bool IsUIRequested { get; }
Property Value
UIVersion
Declaration
public static string UIVersion { get; }
Property Value
UseDebugScript
Declaration
[Obsolete("Deprecated in DotNetNuke 7.3.1. This is managed through the JavaScript Library package. Scheduled removal in v10.0.0.")]
public static bool UseDebugScript { get; }
Property Value
UseHostedScript
Declaration
[Obsolete("Deprecated in DotNetNuke 7.3.1. This is managed through the JavaScript Library package. Scheduled removal in v10.0.0.")]
public static bool UseHostedScript { get; }
Property Value
Version
Declaration
public static string Version { get; }
Property Value
Methods
GetJQueryMigrateScriptReference()
Declaration
[Obsolete("Deprecated in DotNetNuke 7.3.1. This is managed through the JavaScript Library package. Scheduled for removal in v10.0.0.")]
public static string GetJQueryMigrateScriptReference()
Returns
GetJQueryScriptReference()
Declaration
[Obsolete("Deprecated in DotNetNuke 7.3.1. This is managed through the JavaScript Library package. Scheduled for removal in v10.0.0.")]
public static string GetJQueryScriptReference()
Returns
GetJQueryUIScriptReference()
Declaration
[Obsolete("Deprecated in DotNetNuke 7.3.1. This is managed through the JavaScript Library package. Scheduled for removal in v10.0.0.")]
public static string GetJQueryUIScriptReference()
Returns
JQueryFile(bool)
Declaration
[Obsolete("Deprecated in DotNetNuke 7.3.1. This is managed through the JavaScript Library package. Scheduled for removal in v10.0.0.")]
public static string JQueryFile(bool getMinFile)
Parameters
Type |
Name |
Description |
bool |
getMinFile |
|
Returns
JQueryFileMapPath(bool)
Declaration
[Obsolete("Deprecated in DotNetNuke 7.3.1. This is managed through the JavaScript Library package. Scheduled for removal in v10.0.0.")]
public static string JQueryFileMapPath(bool getMinFile)
Parameters
Type |
Name |
Description |
bool |
getMinFile |
|
Returns
JQueryMigrateFile(bool)
Declaration
[Obsolete("Deprecated in DotNetNuke 7.3.1. This is managed through the JavaScript Library package. Scheduled for removal in v10.0.0.")]
public static string JQueryMigrateFile(bool getMinFile)
Parameters
Type |
Name |
Description |
bool |
getMinFile |
|
Returns
JQueryUIFile(bool)
Declaration
[Obsolete("Deprecated in DotNetNuke 7.3.1. This is managed through the JavaScript Library package. Scheduled for removal in v10.0.0.")]
public static string JQueryUIFile(bool getMinFile)
Parameters
Type |
Name |
Description |
bool |
getMinFile |
|
Returns
JQueryUIFileMapPath(bool)
Declaration
[Obsolete("Deprecated in DotNetNuke 7.3.1. This is managed through the JavaScript Library package. Scheduled for removal in v10.0.0.")]
public static string JQueryUIFileMapPath(bool getMinFile)
Parameters
Type |
Name |
Description |
bool |
getMinFile |
|
Returns
KeepAlive(Page)
Declaration
public static void KeepAlive(Page page)
Parameters
Type |
Name |
Description |
Page |
page |
|
RegisterDnnJQueryPlugins(Page)
Declaration
[Obsolete("Deprecated in DotNetNuke 7.2.0. Registration occurs automatically during page load. Scheduled for removal in v10.0.0.")]
public static void RegisterDnnJQueryPlugins(Page page)
Parameters
Type |
Name |
Description |
Page |
page |
|
RegisterFileUpload(Page)
Declaration
[Obsolete("Deprecated in DotNetNuke 7.2.0. Use JavaScript.RequestRegistration(CommonJs.jQueryFileUpload). Scheduled for removal in v10.0.0.")]
public static void RegisterFileUpload(Page page)
Parameters
Type |
Name |
Description |
Page |
page |
|
RegisterHoverIntent(Page)
Declaration
[Obsolete("Deprecated in DotNetNuke 7.2.0. Use JavaScript.RequestRegistration(CommonJs.HoverIntent). Scheduled for removal in v10.0.0.")]
public static void RegisterHoverIntent(Page page)
Parameters
Type |
Name |
Description |
Page |
page |
|
RegisterJQuery(Page)
Declaration
[Obsolete("Deprecated in DotNetNuke 7.2.0. Registration occurs automatically during page load. Scheduled for removal in v10.0.0.")]
public static void RegisterJQuery(Page page)
Parameters
Type |
Name |
Description |
Page |
page |
|
RegisterJQueryUI(Page)
Declaration
[Obsolete("Deprecated in DotNetNuke 7.2.0. Registration occurs automatically during page load. Scheduled for removal in v10.0.0.")]
public static void RegisterJQueryUI(Page page)
Parameters
Type |
Name |
Description |
Page |
page |
|
RequestDnnPluginsRegistration()
Declaration
[Obsolete("Deprecated in DotNetNuke 7.2.0. Use JavaScript.RequestRegistration(CommonJs.DnnPlugins). Scheduled for removal in v10.0.0.")]
public static void RequestDnnPluginsRegistration()
RequestHoverIntentRegistration()
Declaration
[Obsolete("Deprecated in DotNetNuke 7.2.0. Use JavaScript.RequestRegistration(CommonJs.HoverIntent). Scheduled for removal in v10.0.0.")]
public static void RequestHoverIntentRegistration()
RequestRegistration()
Declaration
[Obsolete("Deprecated in DotNetNuke 7.2.0. Use JavaScript.RequestRegistration(CommonJs.jQuery). Scheduled for removal in v10.0.0.")]
public static void RequestRegistration()
RequestUIRegistration()
Declaration
[Obsolete("Deprecated in DotNetNuke 7.2.0. Use JavaScript.RequestRegistration(CommonJs.jQueryUI). Scheduled for removal in v10.0.0.")]
public static void RequestUIRegistration()
Extension Methods