-
bootstrap-3.3.5-dist/css/bootstrap.min.css doesn't play sound.(Javasript)
Sound file doesn't play with [bootstrap.min.css] line, if I remove this line play sound.
How can I use play sound with bootstrap.min.css line?
Thnx.
HTML:
<link rel="stylesheet" type="text/css" href="../../../bootstrap-3.3.5-dist/css/bootstrap.min.css">
Javasript:
$(function() {
$("#div-name").click(function playSound(soundfile) {
$('body').append('<embed src="sound.ogg" autostart="true" hidden="true" loop="false">');
}
})
});
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules