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

Leave a review

question-circle JQuery Easy doesn't seem to do anything?

More
11 years 11 months ago #427 by Jono.Cowd
JQuery Easy doesn't seem to do anything? was created by Jono.Cowd
Hello,

Colour me crazy, but I can't seem to get JQuery Easy to do anything! I am wanting to use it to load JQuery site-wide, for an Ajax powered contact form at the bottom of every page.

But when I enable it, JQuery Easy doesn't seem to load JQuery. Eg:

www.protoncreative.com.au

It also doesn't seem to do anything to the JQuery loaded by the Sigplus component on this page:

www.protoncreative.com.au/examples

I wouldn't be surprised if I'm not understanding something here...! Could you please give me any ideas?

Many thanks. It looks like a top plugin.

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

More
11 years 11 months ago #433 by admin
Hello,
everything is correct as far as jQuery Easy is concerned. Now, you have to modify '/plugins/iphorm/iphorm/js/plugins.js' to make sure it does not conflict with MooTools.
For instance,
$(document).ready(function() { ... }
must be replaced by
jQuery(document).ready(function($) { ... }
or else it won't work.

Olivier.
The following user(s) said Thank You: Jono.Cowd

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

More
11 years 11 months ago #443 by Jono.Cowd
Replied by Jono.Cowd on topic Re: JQuery Easy doesn't seem to do anything?
Hi Olivier, thank you for the help. Ok, I see... so this would explain the errors I'm seeing in Firebug?

I will look at this article to learn a little more.

Thanks,

- Jono

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

More
11 years 11 months ago #444 by admin
Probably.
Get back to me if you still have issues. I may not respond today (as I am travelling) but tomorrow at the latest.

Olivier.

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

More
11 years 11 months ago #449 by Jono.Cowd
Replied by Jono.Cowd on topic Re: JQuery Easy doesn't seem to do anything?
Thanks Olivier. The guy who wrote the form script suggested trying the latest version of that script. I'll try that out and see if it fixes it, as a first step. He is a bit perplexed, as the form script is already within a no-conflict wrapper.

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

More
11 years 11 months ago #451 by admin
Ok, let me know how this works out!

Olivier.

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