Skip to content

Instantly share code, notes, and snippets.

<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() {
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery(".single-post a").attr('target', '_new');
});
</script>
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery("section#comment-wrap h3#reply-title span").text('your_text');
jQuery("section#comment-wrap button#et_pb_submit").text('button_text');
});
</script>
<script>
jQuery( document ).ready(function() {
jQuery('.et_pb_counter_amount_number').each(function(){
let thisCounter = jQuery(this).text();
thisCounter = thisCounter.replace(/%/,' ');
<script type="text/javascript">
jQuery( document ).ready(function() {
jQuery(".et_pb_fullwidth_menu").prepend('<a href="https://thelogocompany.net/"><img src="logo-image-link" class="full_menu_logo"></a>');
});
</script>
<script type="text/javascript">
jQuery( document ).ready(function() {
jQuery(".logo_container").prepend('<p id="fax-info">Fax:555-55-55</p>');
});
</script>
<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>
AddType image/svg+xml svg
AddType image/svg+xml svgz