EduardET

Untitled

Feb 21st, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. ( function( $ ) {
  3.     $( document ).ready( function() {
  4.         var text = $( '.et_password_protected_form p:first' );
  5.         if ( text.length ) {
  6.             text.text( 'alt text' );
  7.         }
  8.     } );
  9. } )( jQuery );
  10. </script>
Advertisement
Add Comment
Please, Sign In to add comment