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.play();
             audioElement.Play();
         });
         });



Revision as of 16:32, 8 October 2015