$('[data-help-target]').each(function() {
    $(
      $(this).data('help-target')
    ).hide();
  });