Created
November 14, 2017 19:11
-
-
Save Pavracer/895543f583cf14cffb47d619fb3ec757 to your computer and use it in GitHub Desktop.
wrap_span2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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