$('.button2').live('click',function(){
$('#poleGame img').each(function(){
$('#karts').append($(this));
$('#poleGame img').remove()})
randSopernik();
hodSoper();
//return false;
})
После того как я нажму кнопку , вып-ся each(), затем randSopernik(), hodUser() и опять заходит в each. Почему?