Skip to content

Stop AudioElement onClick

I hope, you can help me. I am now stuck at this problem for several Days and can’t solve it. With the BTNReminder Button I set a Timer. When the time’s up the AudioElement play the sond i set. Now i Try to Stop the Sound but i am not able to Catch the AudioElement. I have tried to Mute

Tailwind CSS Grid Spacing Messed Up

I am trying to make a blog website with two columns for the posts. The first column displays one large-format post while the second displays 3 small-format posts (pictured below). However, when i do this to small-format posts seem to respect the spacing of the large-format post, even though they are in differ…

Change button text depend on click of another button

I have button in datatable which has dropdown items. I want to change text of the button depend on click of dropdown item. For example : if user clicks on ‘Toggle start date’, the text of main button should be changed from ‘Table control’ to ‘Toggle start date’. Answer You …