soundasleep / jquery-dropdown

Bootstrap-style dropdowns with some added features and no dependencies.
Other
767 stars 266 forks source link

Bootstrap compatibility fix #33

Closed HannibalZA closed 11 years ago

HannibalZA commented 11 years ago

ClassNames renamed to prevent clashing with default bootstrap classes.

claviska commented 11 years ago

If you really must use this along with Bootstrap's dropdown, why not use Bootstrap's no conflict option?

var bootstrapButton = $.fn.button.noConflict() // return $.fn.button to previously assigned value
$.fn.bootstrapBtn = bootstrapButton            // give $().bootstrapBtn the bootstrap functionality