mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 12:30:02 +02:00
Deprecate $j global variable and replace them all with standard jQuery
This commit is contained in:
@@ -23,7 +23,7 @@ var et2_IDOMNode = new Interface({
|
||||
* a plain DOM node. If you want to return an jQuery object as you receive
|
||||
* it with
|
||||
*
|
||||
* obj = $j(node);
|
||||
* obj = jQuery(node);
|
||||
*
|
||||
* simply return obj[0];
|
||||
*
|
||||
|
Reference in New Issue
Block a user