avatar

Serveurs  

 Détails du serveur  
 Chat Box

function refresh2_chatbox() { var data = 'refresh2=1'; $.ajax({ type: "POST", url: "getChat.php", data: data, success: function(html){ // this happen after we get result $("#chat").html(html); } }); }