Start ajax

This commit is contained in:
hodasemi 2018-12-21 13:41:15 +01:00
parent db7b0175cc
commit dab27ceaf3
2 changed files with 36 additions and 2 deletions

View file

@ -28,7 +28,6 @@ csv()
.fromFile("world_data.csv")
.then((jsonObj) => {
json = jsonObj;
console.log(jsonObj);
})
/**************************************************************************

View file

@ -1 +1,36 @@
alert("No ajax calls implemented ;)");
$("#filter_countries").click(function () {
alert("filter");
return false;
});
$("#show_selected_prop").click(function () {
alert("filter");
return false;
});
$("#hide_selected_prop").click(function () {
alert("filter");
return false;
});
$("#submit_country").click(function () {
alert("properties");
return false;
});
$("#rm_submit").click(function () {
alert("properties");
return false;
});
$("#delete_country").click(function () {
alert("properties");
return false;
});