Using jquery, I\'d like to get the javascript from an A tag\'s onClick attribute.
In Fir
Internet Explorer <8 has a completely broken implementation of setAttribute and getAttribute which deal with the property with the given name instead of the attribute.
I'm not aware of a work around.