function load_notification_1() { // alert("table.HTML"); $.ajax({ type: "get", url: "onload.php", success: function (response) { var response = JSON.parse(response); console.log(response); var details = response.data; var table = `
Particulars | Updated On | `; for (let i in details) { if (details[i]["FTYPE"].search("notify") != -1) { table += ` |
---|---|---|
${details[i].FTITLE} | View |