All pastes #2109076 Raw Edit

Unnamed

public text v1 · immutable
#2109076 ·published 2012-02-02 16:05 UTC
rendered paste body
function compute(){
		$.post('http://barker-creations.net/geopoly/ajax/get/user/turns.php', 
			{user: form.user.value}, 
			 function(output){
				$('#debug').html('Output : '+output);
			 });
	}