I have implemented Scalable Inman Flash Replacement (sIFR) to convert text. The issue is, I'm unable to do onClick
event over the iSFR embed tags.
$(function() {
$("embed").click(function(){
alert('clicked over embed');
});
});
This works in Firefox but not in Internet Explorer. Can anybody help me?