I use the remote version of https://appcenter.intuit.com/Content/IA/intuit.ipp.anywhere.js. I also use the 1.10.1 version of jQuery.
However, Intuit still loads the 1.6 version of jQuery, giving two jQuery versions to my app. The issue seems to be relative to the following condition : window.jQuery.fn.jquery < "1.4.2". In my case, window.jQuery.fn.jquery equals to "1.10.1" and the string comparison will succeed...
Could you please fix that issue ?
Thanks in advance.
Regards,
Julien Orain