Back to Joomla project (class list)

Class Jquery - list of methods

Utility class for jQuery JavaScript behaviors
Package: Joomla\CMS\HTML\Helpers
Copyright: (C) 2012 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/HTML/Helpers/Jquery.php
Project: Joomla

Method Summary

public static void
(mixed $noConflict = true, mixed $debug = null, mixed $migrate = false)

Method to load the jQuery JavaScript framework into the document head
Parameters
  • bool $noConflict True to load jQuery in noConflict mode [optional]
  • mixed $debug Is debugging mode on? [optional]
  • bool $migrate True to enable the jQuery Migrate plugin
Returns
  • void
Since
  • 3.0
Deprecated
  • 5.0
Show source code of this method: framework Source Code

public static void
(mixed $name = 'csrf.token')

Auto set CSRF token to ajaxSetup so all jQuery ajax call will contains CSRF token.
Parameters
  • string $name The CSRF meta tag name.
Returns
  • void
Since
  • 3.8.0
-
  • \InvalidArgumentException
Show source code of this method: token Source Code

Properties Summary

protected static array
$loaded
Array containing information for loaded files
Since
  • 3.0

Tags Summary

Since
3.0