Checks whether the jQuery core script file exists locally.
Namespace: DotNetNuke.FrameworkAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[ObsoleteAttribute("This is managed through the JavaScript Library package")] public static bool IsInstalled { get; } |
Visual Basic |
---|
<ObsoleteAttribute("This is managed through the JavaScript Library package")> Public Shared ReadOnly Property IsInstalled As Boolean Get |
Remarks
This property checks for both the minified version and the full uncompressed version of jQuery.
These files should exist in the /Resources/Shared/Scripts/jquery directory.