Your IP : 18.116.88.145


Current Path : /data/web/virtuals/51568/virtual/www/subdom/agenda/php/
Upload File :
Current File : /data/web/virtuals/51568/virtual/www/subdom/agenda/php/javascript.js

function mojeExkurze() {
    $.ajax({
        url: 'php/exkurze/ajaxExkurze.php',
        type: 'POST',
        dataType: 'HTML',
        data: {
            'data': JSON.stringify({
                command: 'mojeExkurze',
            })
        },
        success: function(result) {
            $('#div-supliky-table').html(result);
            $('#div-dialogy').html("");
            // const s = document.createElement("script");
            // s.type = "text/javascript";
            // s.src = "http://agenda.zsrepubliky.cz/php/exkurze/ExkurzeUcitel.js";
            // $("head").append(s);
        }
    });
}