Aurangajeb

Custom JQuery for confirm password placeholder in WPUF

May 3rd, 2020
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.25 KB | None | 0 0
  1. //Custom JQuery for confirm password placeholder in WPUF
  2. jQuery(document).ready(function( $ ){
  3.     // Your code in here
  4.     $('#password_2934_2').removeAttr('placeholder');
  5.     $('#password_2934_2').attr("placeholder", "Confirm your password?");
  6. });
Add Comment
Please, Sign In to add comment