i made this form but how i can send this
onSuccess: function(form) {
$('#form-2').submit( postgonder )
function postgonder()
{
$.post('postal.php', $('#form-2').serialize(),function(veri){$('#sonuc').html(veri)});
}
},
i write this code but not working
i made this form but how i can send this
$.post('postal.php', $ ('#form-2').serialize(),function(veri){$('#sonuc').html(veri)});
onSuccess: function(form) {
$('#form-2').submit( postgonder )
function postgonder()
{
}
},
i write this code but not working