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