I am working within the AspDotNetStorefront environment, which does not like newer versions of jQuery. I have a component the resides on a page with the older versions. I have to run igniteui16.2 under the latest versions - I've just downloaded them. To eliminate conflicts, I replaced all $ references with $j in the control's jquery - jquery-ui and infrgistics.js, which should allow me to run in a sandbox. It does not seem to work. The error get with a combo (when the browser is parsing my control script) is :
Hello Abbott,
Thank you for contacting us.
For your scenario you should use https://api.jquery.com/jquery.noconflict/ . Ignite UI supports jQuery.noConfict so it should suit you perfectly.
Please let me know if you need further assistance.
Thanks. That sounds great. Could you please give send me a sample. My aspx page has already loaded an older version of jquery & jquery-ui. The control needs to use the newer versions of both allowing the 16.2 version of igniteui components to work properly. Once the user is finished with the page, all other aspx pages that do not need this control or 16.2 will be load with the older versions.
Thanks
Abbott