wmi-parprog/05_html_jQuery/desc

14 lines
669 B
Plaintext
Raw Normal View History

2024-03-25 14:01:58 +01:00
Parse eurojackpot web page for the numbers of the last results using jQuery (https://www.lotto.pl/eurojackpot/wyniki-i-wygrane).
2024-03-25 13:37:34 +01:00
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
2024-03-25 14:42:27 +01:00
You might find https://jsfiddle.net/ useful or simply use some local file editor.
2024-04-08 14:03:01 +02:00
Mandatory task:
2024-03-25 14:42:27 +01:00
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/)