All pastes #2109081 Raw Edit

Unnamed

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