Skip to content

mootools Fx.Slide breaks timepicker slider #413

Closed
@katzenmayer

Description

@katzenmayer

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions