Using jquery, I\'d like to get the javascript from an A tag\'s onClick attribute.
In Fir
Better than adding onclick attribute is behalf of IE6 / IE7 this solution:
$("a").click(function () { .. anything to do .. })