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