User-851967432 posted
Hi folks,
If anyone can offer some advice besides "<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8">" I would be eternally grateful.
I have scraped the bottom of the internet floor trying to find a way to convert .htc to .js with very very little luck. I have a few large .htc files that need to be converted to .js without a workaround. I'm updating the site to meet IE11 standards.
For the most part, I'm able to convert most of the code but I'm stuck on events.
<PUBLIC:EVENT ID="eventService" NAME="onserviceavailable"/>
eventService.fire(evt);
if (oS.fSeq)
return callNext(oS);
while (oS.nextCall != null) {
var nc = oS.nextCall;
oS.nextCall = oS.nextCall.next;
_invoke(nc);
}
How would you recode this in jQuery or JavaScript?
Thanks,
Adam Turner