Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jQuery-ui and roundabout conflict

I have a web page where am using jquery-ui for accordion menu, and jquery roundabout for a list of images. However it seems the jquery-ui is conflicting with the roundabout animation:

https://dl.dropbox.com/u/31272696/ex2.html

https://dl.dropbox.com/u/31272696/ex2.html

any solution?

like image 403
meno Avatar asked Dec 28 '25 20:12

meno


1 Answers

jQuery UI has some build-in effects for animation, which is mixed up with the roundabout code. I got this solved by downloading a custom built jQuery UI without the effects.

The problem should still be narrowed down to exactly what is conflicting and if it could be resolved without leaving out the UI effects. Still I hope this helps.

like image 186
hg. Avatar answered Dec 31 '25 10:12

hg.