Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Custom JQuery for confirm password placeholder in WPUF
- jQuery(document).ready(function( $ ){
- // Your code in here
- $('#password_2934_2').removeAttr('placeholder');
- $('#password_2934_2').attr("placeholder", "Confirm your password?");
- });
Add Comment
Please, Sign In to add comment