Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file JQuery conflict on my webpage

More
11 years 2 weeks ago - 11 years 2 weeks ago #2092 by khalil
JQuery conflict on my webpage was created by khalil
I have a page on my website that loads 3 jQuery links, so one module is not working due to that.
May you please guide me how to let JQuery Easy solve this issue.

my link is
www.inocc.com/demos/inaash/index.php/2013-04-10-13-23-20/najaf

username:inaash

Thank you in advance
Last edit: 11 years 2 weeks ago by admin.

Please Log in or Create an account to join the conversation.

More
11 years 2 weeks ago #2096 by admin
Replied by admin on topic Re: JQuery conflict on my webpage
Hello,
can you tell me which page?

Olivier.

Please Log in or Create an account to join the conversation.

More
11 years 2 weeks ago #2098 by khalil
Replied by khalil on topic Re: JQuery conflict on my webpage
Thank you for your fast reply.

the link i gave you is the page itself.

the module that is not working is the slideshow, where 2 white navigation arrows are.

Please Log in or Create an account to join the conversation.

More
11 years 2 weeks ago #2102 by admin
Replied by admin on topic Re: JQuery conflict on my webpage
I was asking you because the page you listed has no jQuery library loaded.
ppc.safejqueryplugin.start.js
ppc.safejqueryplugin.end.js
jquery.tools.min.js
are not jQuery libraries.
You need to use jQuery Easy plugin to add jQuery (select jQuery and specify a version).
Moreover, $(document).ready(function() {
needs to be replaced.
Use 'fix document ready' from the advanced options.
Please let me know when you have done this :-)

Olivier.

Please Log in or Create an account to join the conversation.

More
11 years 2 weeks ago #2106 by khalil
Replied by khalil on topic Re: JQuery conflict on my webpage
Which version of jQuery am i supposed to specify?

$(document).ready(function(){
what should i replace it with?

what should i do with the 'fix document ready', just set it to yes?

Please help me a bit more here, because i am totally new to this.

Please Log in or Create an account to join the conversation.

More
11 years 2 weeks ago #2109 by admin
Replied by admin on topic Re: JQuery conflict on my webpage
You have to find out which version of jQuery you need to use, I cannot find this for you. Go to your module's page or ask the developer himself. That also may be in the documentation of the module and/or its options.
If you want to be quick, just set version 1.7 and we will see what happens.
The only other thing you have to do is set 'fix document ready' to 'yes'. It will replace $(document).ready(function(){
for you.

Olivier.

Please Log in or Create an account to join the conversation.