18
26
wmi-parprog/05_html_jQuery/ex1.md
2025-02-07 13:23:20 +01:00

669 B

Parse eurojackpot web page for the numbers of the last results using jQuery (https://www.lotto.pl/eurojackpot/wyniki-i-wygrane).

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.

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.

Hints: