From b31283df00448ddfd0e1a4bc7dd6221c451ef549 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hypki Date: Mon, 25 Mar 2024 14:42:27 +0100 Subject: [PATCH] 'Added comment' --- 05_html_jQuery/desc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/05_html_jQuery/desc b/05_html_jQuery/desc index 77cc907..98d5c3f 100644 --- a/05_html_jQuery/desc +++ b/05_html_jQuery/desc @@ -2,4 +2,13 @@ Parse eurojackpot web page for the numbers of the last results using jQuery (htt Write jQuery parser for the entries on arxiv (title, authors, abstract, journal, submission date) for any given paper, e.g. https://arxiv.org/abs/2403.13859 -You might find https://jsfiddle.net/ useful or simply use some local file editor. \ No newline at end of file +You might find https://jsfiddle.net/ useful or simply use some local file editor. + + +Extra 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. + +Hints: + +* you might want to use "each" function in jQuery to go over a list of elements (https://api.jquery.com/each/) \ No newline at end of file