function load_notification() { // alert("table.HTML"); // return; $.ajax({ type: "get", url: "onload.php", success: function (response) { var response = JSON.parse(response); console.log(response); var details = response.data; var table = ``; for (let i in details) { if (details[i]["FTYPE"].search("home") != -1) { table += ``; } } table += `
${details[i].FTITLE}
${details[i].FCREATE}
`; console.log(table); $("#table_notif").html(table); }, }); } // // // // Admission 2021-2022 is open // //   // // 05-06-2021 // ;