Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- ( function( $ ) {
- $( document ).ready( function() {
- setTimeout( function() {
- var input = $( '#et_pb_signup_firstname' );
- input.attr( 'placeholder', 'Nombre y apellidos' ).val( "" ).focus().blur();
- } )
- } );
- } )( jQuery );
- </script>
Advertisement
Add Comment
Please, Sign In to add comment