Hello I've the following line of code which works fine in Safari and Firefox:
aEl.getParent().highlight('#cc0000').chain(aEl.dispose()); // remove
link
aEl is a link element
IE8 returns an error - object doesn't support this property or method
does any body know what I'm missing here that causes IE8 to fail?
Thank you in advance for your input.
