'Added comment'

This commit is contained in:
Arkadiusz Hypki 2024-03-25 14:42:27 +01:00
parent 5dcc9edfad
commit b31283df00
1 changed files with 10 additions and 1 deletions

View File

@ -3,3 +3,12 @@ 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 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. 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/)