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