$('li').click(function() { var a = $.map($(this).siblings(), function(e) { return e.id }); a.push(this.id); alert(a) });