Widget:SoundTest: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 15: | Line 15: | ||
$('.play').click(function() { | $('.play').click(function() { | ||
alert('Boop!'); | alert('Boop!'); | ||
audioElement. | audioElement.Play(); | ||
}); | }); | ||