Created
October 24, 2019 07:46
-
-
Save max-kk/539c2f0311cb07a4734caef2ecea5c26 to your computer and use it in GitHub Desktop.
LRM Add felds desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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