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"> | |
| (function($) { | |
| $(document).ready(function() { | |
| setTimeout(function(){ | |
| $('li.et_pb_portfolio_filter:nth-child(2) a').trigger('click'); | |
| $('li.et_pb_portfolio_filter:nth-child(2) a').addClass('active'); | |
| },300); | |
| }); | |
| })(jQuery); | |
| </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('.et-search-field').attr('placeholder','Custom-text'); | |
| } ); | |
| </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('form.cart button.single_add_to_cart_button.button.alt').text('Start Now!').show() ; | |
| }); | |
| </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("ul#mobile_menu").append('<a href="https://loslatencoach.nl/winkelmand/" class="et-cart-info"><span></span></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 type="text/javascript"> | |
| (function($) { | |
| function setup_collapsible_submenus() { | |
| var $menu = $('#mobile_menu'), | |
| top_level_link = '#mobile_menu .menu-item-has-children > a'; | |
| $menu.find('a').each(function() { | |
| $(this).off('click'); | |
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-39 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("a.woocommerce-LoopProduct-link span.onsale").text('your_text'); | |
| }); | |
| </script> |