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