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('.horizontal-optin #et_pb_signup_email').val('Your Email'); | |
| jQuery('.horizontal-optin .et_pb_contact_form_label[for="et_pb_signup_email"]').text('Your Email'); | |
| jQuery('.horizontal-optin #et_pb_signup_email').attr('placeholder',''); | |
| var Input = jQuery('.horizontal-optin #et_pb_signup_email'); | |
| var default_value = Input.val(); | |
| Input.focus(function() { |
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(".single-post 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> | |
| jQuery( document ).ready(function() { | |
| jQuery('.et_pb_counter_amount_number').each(function(){ | |
| let thisCounter = jQuery(this).text(); | |
| thisCounter = thisCounter.replace(/%/,' '); |
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(".logo_container").prepend('<p id="fax-info">Fax:555-55-55</p>'); | |
| }); | |
| </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('a.logo').attr('href','http://briankurtz.com'); | |
| },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 type="text/javascript"> | |
| jQuery(document).ready(function(){ | |
| jQuery(".et_pb_slide_description a.et_pb_more_button.et_pb_button").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
| AddType image/svg+xml svg | |
| AddType image/svg+xml svgz |