DG IZ first commit from the car, now can change groups a couple of times

This commit is contained in:
ilya 2010-08-31 22:55:50 -07:00
parent 7e909d4034
commit 9a4edc419c

View file

@ -5,7 +5,7 @@ $('#move_friends_link').live( 'click',
function(){ $('#group_title').html("Groups edited successfully!");});
$(".person").css('background-color','white');
$('#group_list').removeData();
$(".person").setAttribute('from_group_id', function(){$(this).closest(".group ul").attr('id')})
$(".person").attr('from_group_id', function(){return $(this).parent().attr('id')})
});
$(function() {