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

Leave a review

file Jquery conflict

More
10 years 4 days ago #3585 by khalidku
Jquery conflict was created by khalidku
Dears,

Kindly i need your urgent help in my site, there is a conflict with the jQuery, i am using jQuery Easy Plugin. but i dont know what to do.

The site is travzzle.com/jordan


Thanks,

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

More
10 years 4 days ago - 10 years 4 days ago #3586 by admin
Replied by admin on topic Jquery conflict
Hello,
I am away for business and will be able to look at your issues by Wednesday.

Thank you for your patience,
Olivier.

Olivier.
Last edit: 10 years 4 days ago by admin.

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

More
10 years 2 days ago #3590 by khalidku
Replied by khalidku on topic Jquery conflict
Thanks, any news as its urgent for me.

regards,
Khalid

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

More
10 years 2 days ago #3591 by admin
Replied by admin on topic Jquery conflict
Hello Khalid,

It seems like you enabled the jQuery Easy plugin.
In the plugin, in the advanced settings, set 'fix document ready' to 'yes'.

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

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

More
10 years 2 days ago #3592 by khalidku
Replied by khalidku on topic Jquery conflict
Hi Oliver,

Thanks for replying, that solved a good part of the conflict, but it seems that there still are some conflicts, try to click on the origin box in flight to see what i mean.

thanks again

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

More
10 years 2 days ago #3593 by admin
Replied by admin on topic Jquery conflict
The remaining problems you are having is due to a component you are using. It cannot be fixed with jQuery Easy.
You will have to contact the maker of the component that you are using for the forms.
The code
onclick='$(this).val("");'
is at fault.
You may want to try to manually change the code to
onclick='jQuery(this).val("");'
But it will have to be done in the core code of the component. It cannot be fixed 'on the fly' at this point.

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

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