jQuery ajax

  12:36 am  Javascript
Updated on

jQuery.ajax({
url: "/season/today.php",
dataType: 'text',
context: document.body,
success: function(data) {
}
});

Reply
Share a link to this topic
close

Be the first one to reply