Пожалуйста, подождите...
$(function(){ $.ajax({ url: "tm/TicketsModule.php?", error: function (req, text, error) { console.log('Ошибка: ' + text + ' | ' + error); }, success: function(data) { $("#TICKETS").html(data); } }); }); -->