Widget:SoundTest: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) Created page with "<includeonly> <script> $(document).ready(function() { var audioElement = document.createElement('audio'); audioElement.setAttribute('src', 'http://www.wiki..." |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 14: | Line 14: | ||
$('.play').click(function() { | $('.play').click(function() { | ||
alert('Boop!'); | |||
audioElement.play(); | audioElement.play(); | ||
}); | }); |