jaxon-php / jaxon-core

The Jaxon core library
https://www.jaxon-php.org
BSD 3-Clause "New" or "Revised" License
65 stars 28 forks source link

Please use jQuery() instead of $() to prevent conflicts with other Javascript frameworks #37

Closed plampix closed 5 years ago

plampix commented 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?

feuzeu commented 5 years ago

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 $().