Click or drag to resize

JSHelperjQueryPath Method

Gets the path to the jQuery library javascript file appropriate for current application settings. Determination of what consistutes the correct version of jQuery involves a number of factors including:
  • Minimum version of IE to support (see MinIEVersion).
  • Bootstrap version (or legacy pre-Bootstrap UI).
  • Whether or not the jQueryPathCompatibilityFeature is set.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string jQueryPath(
	IAppContext cxt
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.

Return Value

Type: String
The path to the jQuery library javascript file.
See Also