$(document).ready(function() { $('#settingsForm').submit(function(event) { event.preventDefault(); $.post("ajax/saveSettings.php", $("#settingsForm").serialize(), function(data) { $(".result").html(data); }).success(function(e) { $.smallBox({ title: "Ă„nderung erfolgreich", content: "Die Einstellungen zur Landingpage wurden übernommen und gespeichert.", color: "#739E73", icon: "fa fa-check", timeout: 5000 }); }); }); $('#logout').click(function(e) { $("#ajaxReq").html(); }); $('#allDls').click(function(e) { var loadData = $.ajax({ method: "GET", url: "ajax/downloadOverview.php", beforeSend: function () { $('#ajaxReq').html('