PHP Classes

File: public/js/app.js

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Task App   public/js/app.js   Download  
File: public/js/app.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Task App
Create and manage tasks to be done
Author: By
Last change:
Date: 5 days ago
Size: 324 bytes
 

Contents

Class file image Download
document.addEventListener("DOMContentLoaded", () => { (document.querySelectorAll(".notification .delete") || []).forEach( ($delete) => { var $notification = $delete.parentNode; $delete.addEventListener("click", () => { $notification.parentNode.removeChild($notification); }); } ); });