Closed plampix closed 5 years ago
Hi,
We're looking into upgrading to jaxon-core (we still use the old xajax stuff), and still use some legacy libraries. That's why $() is not an alias for jQuery() in our case. Could you please use jQuery() instead of $() in JQuery/Dom/Element.php?
Hi, Please check out the latest https://github.com/jaxon-php/jaxon-core/releases/tag/v2.2.4 release. Set the core.jquery.no_conflict option to true, and jQuery() will be used instead of $().
core.jquery.no_conflict
Hi,
We're looking into upgrading to jaxon-core (we still use the old xajax stuff), and still use some legacy libraries. That's why $() is not an alias for jQuery() in our case. Could you please use jQuery() instead of $() in JQuery/Dom/Element.php?