I have implemented sIFR to convert text. The issue is, im unable to do onClick event over the iSFR embed tags.
$(function(){ $("embed").click(function(){ alert('clicked over embed'); }); });
This works in FF but not in IE. Can anybody help me......?
Thanks in Advance... Developer
