$("#a").click(function() { $(this).attr({ "alt": "альтернатива", "title": "тайтл", "href": "http://lalala.ru" }); alert($(this).attr("alt")); return false; });