Skip to content

Instantly share code, notes, and snippets.

@Pavracer
Created November 14, 2017 19:11
Show Gist options
  • Select an option

  • Save Pavracer/895543f583cf14cffb47d619fb3ec757 to your computer and use it in GitHub Desktop.

Select an option

Save Pavracer/895543f583cf14cffb47d619fb3ec757 to your computer and use it in GitHub Desktop.
wrap_span2
<script>
jQuery( document ).ready(function() {
jQuery('.custom_contact .et_pb_contact_field[data-id="i_agree_with_the_terms"] span.et_pb_contact_field_options_title').wrap('<a href="http://justelshopandtravel.com/wp-content/uploads/2017/11/VOORDAT-U-BOEKT-U-RECHTEN-EN-PLICHTEN.pdf" class="terms"></a>');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment