$("#2 a").click(function() { var parent_id = this.parentNode.id; $.ajax({ type: 'GET', url: 'execute.py', dataType: 'html', global: 'false', success: function(html) { /* li2 in neue_id ändern*/ $(parent_id) = 'neue_id'; /* Probe machen*/ alert(this.parentNode.id); } }); });