Using jquery, I\'d like to get the javascript from an A tag\'s onClick attribute.
In Fir
Browser safe :
jQuery('a')[0].getAttribute('onclick');