I am new to javascript, so I am trying to use two jQuery plugins and they are not working properly. Just if I remove one of the two.
How can I solve this problem? I could insert both .js files, but these are 2k lines of code, I don’t want to bother you with so many lines of code.
Or, if you know some kind of plugin that performs some functions, also help =)
- UPDATE:
Thank you guys (I can’t add a comment to my answers (I really don’t know why), some problems with the site.) @ Mörre I noted when I delete this line in AJS.js, it works (part of it):
AJS.exportToGlobalScope ();
But after that I don’t know what to do, sorry guys, I am new to javascript, there are so many things that you said, I don’t understand.
@Jim, I do not find:
$ (document) .ready (function () {});replace jQuery as you said.
I am trying to replace all '$' with 'jQuery' and still does not work.
source
share