Gets whether to use the minified or debug version of the jQuery scripts

Namespace: DotNetNuke.Entities.Host
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[ObsoleteAttribute("This is managed through the JavaScript Library package")]
public static bool jQueryDebug { get; }
Visual Basic
<ObsoleteAttribute("This is managed through the JavaScript Library package")> 
Public Shared ReadOnly Property jQueryDebug As Boolean
	Get

Remarks

Defaults to False

See Also