Tips and experience about developing websites with various technologies
$.ajax({ url: "./chat.php?type=json", cache: false, dataType: "json", success: function(data) { // Go do this, go do that… }});
No comments:
Post a Comment