$.fn.dropdown.noConflict = function () {
    $.fn.dropdown = old
    return this
  }