EduardET

convert label into link

Jan 10th, 2018
137
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 firstcheckbox = $('.et_pb_contact_field_7 .et_pb_contact_field_checkbox label');
  5.         firstcheckbox.wrapInner('<a href="#" id="show-privacy-content"></a>');
  6.     });
  7. })(jQuery);
  8. </script>
Advertisement
Add Comment
Please, Sign In to add comment