+ 3
Please guys I need help: I want to write a code such that when I click a button, an audio player would pop up.
Audio Pop Up
6 Antworten
+ 1
you can put the audio element in the page, and hide it using css (display:none). i recomend you to use jquery. and when you click on your button, it shows again
+ 2
yes: using html JS and CSS
+ 2
you can search how to modify css elements using js, then you can put a display:block, for an example
+ 2
thanks man you're a genius
+ 1
in html?
+ 1
I really recomend you to study jquery, it's so much easier than "normal" js.