Advertisement
fauzanjeg

Change Button in Account Page

Mar 4th, 2021 (edited)
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.37 KB | None | 0 0
  1. /* Change Button in Account Page */
  2. jQuery('.jeg_account_page', function($) {
  3.     $('.jeg_account_left').find('.frontend-submit-button a').html('<i class="fa fa-edit"></i> Button Changed'); /* For Submit Post Button */
  4.     $('.jeg_account_right').find('form .submit-field .form-group input[type="submit"]').val('Button Changed'); /* For Edit Account Button in Form */
  5. });
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement