Skip to main content
All docs
V24.2

ScriptIdentifiers.JQuery Field

In This Article
OBSOLETE

Use CommonResources.JQueryJS instead.

The path to the jquery.min.js script.

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v24.2.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

#Declaration

[Obsolete("Use CommonResources.JQueryJS instead.")]
public const string JQuery = "./_content/DevExpress.Blazor.Dashboard/jquery.min.js"

#Field Value

Type Description
String

A string that is the path to the jquery.min.js script.

See Also