EduardET

add link to a check box label

Nov 20th, 2017
138
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 label = $( ".et_pb_contact_field_checkbox label" );
  5.         label.html( "<i></i> Dichiaro di aver letto <a href='https://elegantthemes.com' target='_blank' class='label-link' >l'informativa sulla privacy</a>" );
  6.     } );
  7. } )( jQuery );
  8. </script>
Advertisement
Add Comment
Please, Sign In to add comment