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