Hello, I sent the suggestions of Olivier the manufacturer of "Easy jQuery Profiles", thanks, regards. René.
From: Olivier Buisard [mailto:
[email protected] ]
Inviato: lunedì 14 novembre 2016 22:52
A:
[email protected]Oggetto: Re: R: Account Details for René Miguel at Simplify Your Web
René,
I did check your page again.
I have noticed the file was loading an additional jQuery library. Once removed with jQuery Easy, it showed me there is a file with bad javascript code.
The file /components/com_jsplocation/scripts/jQuery.equalHeights.js is the source of your problems. It does not take into account potential additionnal libraries like MooTools. It uses the $ symbol instead of jQuery. That script is very old (2008). You should contact support for jsplocation.
They need to update the scripts to allow for the use of additional libraries alongside jQuery.
Probably a good way to fix this would be to encapsulate the code like this:
(Function ($) {
$ .fn.functionhere = function () {
};
}) (JQuery);
Anyway, it's up to them to fix it!
Sincerely,
Olivier.