egroupware/api/js/jquery/jquery.noconflict.js
Ralf Becker 68155251fa fixing a couple of jQuery plugin includes
thought jQueryUI-tooltip is still broken and we either need to legacy-load jQuery(UI) or fix the tooltip
2021-07-01 16:33:15 +02:00

11 lines
305 B
JavaScript

/**
* EGroupware API: switch jQuery to NOT use $ as early as possible
*
* @link http://www.egroupware.org
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @package api
* @subpackage ajax
* @author Ralf Becker <rb@egroupware.org>
*/
jQuery.noConflict();