Closed
Description
if you use mootools Fx.Slide and Jquery UI slider together, there's a name collision between the two.
The problem is mentioned here: http://bugs.jqueryui.com/ticket/4168
The workaround is to remove the "slide" attribute before creating the sliders:
jQuery('div.slider').prop('slide',null).slider({...});
I tried it and it seemed to work. I've never worked with jQuery before, so I have no idea if this has any side effects, though.
Metadata
Metadata
Assignees
Labels
No labels