WME/aufgabe3/public/assets/js/ajax.js
2018-12-21 13:41:15 +01:00

36 lines
532 B
JavaScript
Executable file

$("#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;
});