function Ra(){ var str = $('#vi').serialize(); $.post('go.php', str, function(data) { $('#cena').html(data); }); }