/ Published in: jQuery
Expand |
Embed | Plain Text
$('a.click').click(function(){ $('embed').remove(); $('body').append('<embed src="click.wav" autostart="true" hidden="true" loop="false">'); });
You need to login to post a comment.
ZaiSL on 01/24/11
2 people have marked this snippet as a favorite
AllKnightAccess
virendrakryadav
$('a.click').click(function(){ $('embed').remove(); $('body').append('<embed src="click.wav" autostart="true" hidden="true" loop="false">'); });
You need to login to post a comment.