searchForm.find(':input').keyup(function(e) {
    var el = $(e.target);
    updatePreviewCount();
  });