Ajax post without val boom ram
$.ajax({
type: "POST",
url: url,
data: {boom:$('#boom')},
success: success,
dataType: dataType
});
With this code browser can consume ram about 1GB to 2GB when click the submit button
Ajax post without val boom ram
$.ajax({
type: "POST",
url: url,
data: {boom:$('#boom')},
success: success,
dataType: dataType
});
With this code browser can consume ram about 1GB to 2GB when click the submit button