Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$(document).ready(function() {

	$.ajax({
		url: "./ajax/treeLoader.php",
		data: {
			filename: "jobsact"
		},
		dataType: "JSON",
		type: "GET",
		success: function(data) {
			loadTree(data);
		},
		error: function() {
			alert("Errore nel caricamento dell'albero");
		}
	});

});

Commits for Nextrek/legal-map/main.js

Diff revisions: vs.
Revision Author Commited Message
1039 GGentile picture GGentile Fri 18 Dec, 2015 12:39:23 +0000