Scripts 1 0-loadJQuery
From ADF Docs
Attention: Do not change any text in the description, signature, and paramter sections.
Return to Scripts_1_0
Description
Loads the JQuery Headers if not loaded.
Signature
public void loadJQuery ( string version, boolean force, boolean noConflict )
Parameters
| Required | Name | Type | Description |
| optional | version | string | [Default: 1.3.2] JQuery version to load. |
| force | boolean | [Default: 0] Forces JQuery script header to load. | |
| noConflict | boolean | [Default: 0] JQuery no conflict flag. |