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