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> |
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('.et_pb_comments_module h3#reply-title span').text('Talk to me'); | |
| }); | |
| </script> |
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(function($){ | |
| $('.et_pb_accordion .et_pb_toggle_open').addClass('et_pb_toggle_close').removeClass('et_pb_toggle_open'); | |
| $('.et_pb_accordion .et_pb_toggle').click(function() { | |
| $this = $(this); | |
| setTimeout(function(){ | |
| $this.closest('.et_pb_accordion').removeClass('et_pb_accordion_toggling'); | |
| },700); | |
| }); |
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 type="text/javascript"> | |
| jQuery(document).ready(function(){ | |
| jQuery('.page-id-27381 img#logo').attr('src', 'logo_link_goes_here'); | |
| }); | |
| </script> |
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 type="text/javascript"> | |
| jQuery(document).ready(function(){ | |
| jQuery("li#menu-item-27025 a , li#menu-item-27026 a").attr('target', '_new'); | |
| }); | |
| </script> |
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 type="text/javascript"> | |
| setTimeout(function(){ | |
| jQuery('.logo_container a').attr('href','URL_goes_here'); | |
| },1000); | |
| </script> |
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 id="close-toggle"> | |
| jQuery( document ).ready(function() { | |
| jQuery('.et_pb_accordion .et_pb_toggle_open').addClass('et_pb_toggle_close').removeClass('et_pb_toggle_open'); | |
| jQuery('.et_pb_accordion .et_pb_toggle').click(function() { | |
| $this = jQuery(this); | |
| setTimeout(function(){ | |
| $this.closest('.et_pb_accordion').removeClass('et_pb_accordion_toggling'); | |
| },700); |
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('div#breadcrumbs>a').text('your_text_here'); | |
| }); | |
| </script> |