Skip to content

mootools Fx.Slide breaks timepicker slider #413

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
katzenmayer opened this issue Aug 21, 2012 · 0 comments
Closed

mootools Fx.Slide breaks timepicker slider #413

katzenmayer opened this issue Aug 21, 2012 · 0 comments

Comments

@katzenmayer
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants