, AJAX . "" ( ).
$('form.stripe-form').submit(function(){
$.ajax({
type:'POST',
data:{'data-key':'…','data-label':'Pay with Stripe','data-currency':'USD'},
beforeSend:function(xhr,XMLHttpRequest){
XMLHttpRequest.upload.addEventListener("progress",function(evt){
if(evt.lengthComputable){
var progress=evt.loaded/evt.total;
console.log(progress);
}
},false);
},
success:function(result){
console.log(result);
}
}
, . , (json, post data ..), . , ajax .
, , , , , , - . !