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