Skip to content

Conflict with bootstrap #55

@brunobg

Description

@brunobg

This is not a bug per se, but it took me some time to track it, so perhaps it should be added to the docs.

Bootstrap conflicts with jquery UI, because both define $.fn.button(). This makes the buttons in multiselect not render correctly (no icons).

This code reverts bootstrap's button to jquery ui's button:

if ($.fn.button.noConflict != undefined) {
    $.fn.button.noConflict();
}

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