$("#price").click( function() { $.ajax({ type: 'POST', url: 'korzina.php', data: '', success: function(data){ $('.results').html(data); } }); });