Skip to content

Instantly share code, notes, and snippets.

@max-kk
Created October 24, 2019 07:46
Show Gist options
  • Select an option

  • Save max-kk/539c2f0311cb07a4734caef2ecea5c26 to your computer and use it in GitHub Desktop.

Select an option

Save max-kk/539c2f0311cb07a4734caef2ecea5c26 to your computer and use it in GitHub Desktop.
LRM Add felds desc
jQuery( document ).ready(function() {
var $form = jQuery( ".lrm-form[data-action='login']" );
$form.find("[name='username']").after('<span class="lrm-desc">TEXT</span>');
$form.find("[name='password']").after('<span class="lrm-desc">TEXT</span>');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment