Hello Rikard,
thank you very much. I don’t need further help on the topic. You can close it.
Best regards
Martin
Hello Victoria,
thank you that helped a lot. Here is my solution.
function av_button_click_handler() {
?>
<script>
jQuery(window).load(function() {
$(“a.av-icon-char[href$=’#grad’]”).click(function(){
$(‘#kasten’).fadeIn(2000);
});
});
</script>
<?php
}
add_action(‘wp_footer’, ‘av_button_click_handler’);
?>
Best regards
Martin