/ Published in: jQuery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$('a.click').click(function(){ $('embed').remove(); $('body').append('<embed src="click.wav" autostart="true" hidden="true" loop="false">'); });