- 1
 - 2
 - 3
 - 4
 - 5
 - 6
 - 7
 - 8
 - 9
 
$('#razmer-pizzi li').click(function(){
            if($(this) === $('#razmer-pizzi li:first-child')){
                $('.table-chto-vishlo tr:first-child').html('<td>РАЗМЕР ПИЦЦЫ 25 СМ</td>');
            }else if($(this) === $('#razmer-pizzi li:nth-child(2)')){
                $('.table-chto-vishlo tr:first-child').html('<td>РАЗМЕР ПИЦЦЫ 30 СМ</td>');
            }else if($(this) === $('#razmer-pizzi li:nth-child(3)')){
                $('.table-chto-vishlo tr:first-child').html('<td>РАЗМЕР ПИЦЦЫ 40 СМ</td>');
            };
        });
                                    
 Follow us!