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