Linux Web Server Sound Clips With Jquery AI Bot Function
Page 1 of 1
Linux Web Server Sound Clips With Jquery AI Bot Function
- Code:
JQUERY
var sound = $('#sound')[0];
$(document).on('submit', '#sample', function() {
sound.play();
return false;
});
$('#start').on('click', function() {
$('#sound').get(0).play();
});
HTML
<audio id="sound" src="sound.mp3" type="audio/mp3"></audio>
<input type="button" value="Start" id="start" />
Similar topics
» Web Dev Linux Web Server PHP GAME DEV
» Linux Web Server Jquery Auto Scroll Down For Chat AI Bot & Other Windows
» Setting up Sound Utilities on Kali Linux
» Heads Or Tails Game For Linux Bash CLI With Sound
» Using Sed bash Script On Linux To Generate Morse Code Without Sound
» Linux Web Server Jquery Auto Scroll Down For Chat AI Bot & Other Windows
» Setting up Sound Utilities on Kali Linux
» Heads Or Tails Game For Linux Bash CLI With Sound
» Using Sed bash Script On Linux To Generate Morse Code Without Sound
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum