JHtmlJquery::framework
Method to load the jQuery JavaScript framework into the document head
If debugging mode is on an uncompressed version of jQuery is included for easier debugging.
Signature
public function framework([boolean
$noConflict = true,
[mixed
$debug = null,
[boolean
$migrate = true]]] )
Parameters
-
$noConflict
- True to load jQuery in noConflict mode [optional]
-
$debug
- Is debugging mode on? [optional]
-
$migrate
- True to enable the jQuery Migrate plugin
Returns
- void