Question

At this site, the menu and slide banner do not work together.

Below before </body> there are two scripts for each menu and banner and they use same or different jQuery version.

If I use either or both versions. the menu do not work properly or the banner do not work with clicks and no fade in outs or slides (abrupt image change).

What can be wrong?

--------Update--------

I found, after quite hit and tries, that jquery.easing.js is causing problems for banner and if excluded, the menu doesn't work. jquery.easing.compatibility.js doesn't solve problems either. I suspect jquery.min.js (v1.3.2) is also causing problems.

Any solution?

Was it helpful?

Solution

See http://gsgd.co.uk/sandbox/jquery/easing/ for documentation. jquery.easing.compatability.js uses the old easing names. If the menu uses the new names (jquery.easing.js), then that is a problem. The menu script should allow you to change the transition name to the old equivalent, then you would only use jquery.easing.js.

jQuery.min.js is not a problem. However, because jQuery 1.3 is significantly older than the 1.8, it may include deprecated attribute(s) used by the slider. Try using only v3.2, or find a new slider plugin.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top