jman wrote:
Hi,

I am trying to use accordion and interface on the same page and the
accordion will not work.

On line 177 of the accordion file the execution goes to the interface
file when it is included. If I remove the interface file from the page
line 177 of the accordion jumps to the jquery animate function.

Any ideas on what is going on?

Thanks,
Jason

The problem is that interface overwrites jQuery's own animate function, but unfortunately in newer jQuery versions in a way that they behave differently.

I had the same problem and renamed all occurrences of "animate" to "ifxAnimate" in my interface scripts.


--Klaus

Reply via email to