diff --git a/tothadam_JavascriptNotes/index.html b/tothadam_JavascriptNotes/index.html new file mode 100644 index 0000000..9e4fa95 --- /dev/null +++ b/tothadam_JavascriptNotes/index.html @@ -0,0 +1,26 @@ + + +
+ + + +
+
+
+
+
+
${inptext.value}
` + newnote.classList.add("notescss") + newnote.setAttribute("id", `note-${idnum++}`) + newnote.setAttribute("title", "Kattintásra törölheted a jegyzetedet...") + newnote.style.background = document.getElementById("notecolor").value + notes.appendChild(newnote) + msg.innerHTML = "" + msg.innerHTML = "Üzenet hozzáadva!" + inphead.value = "" + inptext.value = "" + + newnote.onclick = function(){ + this.parentElement.removeChild(this) + + } + + notes.appendChild(newnote) + + msg.innerHTML = 'Üzenet hozzáadva!Töltsd ki a hiányzó mezőket!