Subversion Repository Public Repository

Nextrek

@ 767
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/js/main.js

Diff revisions: vs.
Revision Author Commited Message
737 FSallustio picture FSallustio Tue 15 Sep, 2015 15:23:06 +0000