Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1346913

    can you help?

    #1346954

    Hey welti,

    Please try this in your functions.php file:

    		function change_geburtstag_placeholder_text(){
    		?>
    			<script>
    				jQuery(document).ready(function($) {
    					$('#input_38_51').attr('placeholder','yyyy.mm.dd');
    				});
    			</script>
    			<?php
    		}
    		add_action('wp_footer', 'change_geburtstag_placeholder_text');

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.