EduardET

change placeholder text

Feb 2nd, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <script>
  2. ( function( $ ) {
  3. $( document ).ready( function() {
  4. setTimeout( function() {
  5. var input = $( '#et_pb_signup_firstname' );
  6. input.attr( 'placeholder', 'Nombre y apellidos' ).val( "" ).focus().blur();
  7. } )
  8. } );
  9. } )( jQuery );
  10. </script>
Advertisement
Add Comment
Please, Sign In to add comment