From b02bbb36cc93e0c875655cf27abac16119de548a Mon Sep 17 00:00:00 2001 From: ahypki Date: Mon, 8 Apr 2024 14:03:01 +0200 Subject: [PATCH] Update 05_html_jQuery/desc --- 05_html_jQuery/desc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05_html_jQuery/desc b/05_html_jQuery/desc index 8dfbbc1..7a2202e 100644 --- a/05_html_jQuery/desc +++ b/05_html_jQuery/desc @@ -5,7 +5,7 @@ Write jQuery parser for the entries on arxiv (title, authors, abstract, journal, You might find https://jsfiddle.net/ useful or simply use some local file editor. -~~Extra~~ Mandatory task: +Mandatory task: Write a To-do application in html using jQuery. The application should have a few buttons like "Add", "Remove", "Mark as done". Use jQuery to manipulate html.