$.fn.updateAttribute = function(options) {
    return this.each(function() {
      new UpdateAttribute(this, options);
    });
  };