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