Если не в ту ветку пишу, перенесите. Вот такой код отправляет у опере и гугл хром, а в фаэфокс нет:
function buy (){
$.post( "/buy.php", {first_name: customer.first_name, last_name:customer.last_name, phone:customer.phone, email:customer.email, zip:customer.zip, delivery:delivery, address:address, comment:comment, payment:payment}, on_success);
function on_success(data){
}
}
Ошибка: ReferenceError: on_success is not defined
Из библиотек подключаю:
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js'></script>