WME/aufgabe3/public/assets/js/ajax.js

36 lines
532 B
JavaScript
Raw Normal View History

2018-12-21 12:41:15 +00:00
$("#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;
});