Click or drag to resize

featurePropertiescompatibility_jQueryPath Property

Normally the platform decides which version of jQuery to use and the path to the jQuery js flie based on the MinIEVersion and any other relevant factors. Set this property to force the use of a particular jQuery js file. Note that this can be used to get jQuery from a CDN.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string compatibility_jQueryPath { get; }

Property Value

Type: String
Normally the platform decides which version of jQuery to use and the path to the jQuery js flie based on the MinIEVersion and any other relevant factors. Set this property to force the use of a particular jQuery js file. Note that this can be used to get jQuery from a CDN.
See Also