jQuery
The jQuery function returns a jQuery object if jQuery is bundled in Optimizely.
Syntax
jquery = window["optimizely"].get("jquery");
Parameters
Parameter and Type | Child Attribute | Description |
---|---|---|
jquery | The argument indicating to get the jQuery object. Required. |
Return value
Parameter and Type | Child Attribute | Description |
---|---|---|
jQueryObject | The jQuery object. Learn more about the jQuery API. |
Example Call
jquery = window["optimizely"].get("jquery");
Description
Optimizely X, on its own, does not rely on jQuery. You only need to include jQuery in your project if you want to use it in implementing your campaigns and if you need to deliver it via the Optimizely snippet itself. You can find the option at Project Settings.
Updated about 3 years ago