I had a syntax error:
aEl.getParent().set('tween',{onComplete: function()
{ aEl.dispose()}}).highlight('#cc0000');
Try that.
Ryan Florence
[Introducing MooDocs - become a better developer]( http://blog.flobro.com/
)
On Dec 15, 2009, at 11:57 AM, mmjaeger wrote:
sorry guys - neither one works - Ryan's fails completely while
Thierry's shows the same error?
On Dec 15, 10:42 am, Ryan Florence <[email protected]> wrote:
aEl.getParent().set('tween',{onComplete: function()
{ aEl.dispose()}).highlight('#cc0000');
Might work ... I don't know, pretty sloppy looking.
Ryan Florence
On Dec 15, 2009, at 11:30 AM, mmjaeger wrote:
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.