mylittleforum/js
Michael Lösler d075a0a518
el.getAttribute("id") vs. el.id (#748)
If an element `el` does not have an `id`, `el.id` returns an (empty) string but `el.getAttribute("id")` returns `null` (at least in Opera), cf. #741
A condition has been added to catch errors (when using image or code without any attribute).
2024-10-07 21:23:26 +02:00
..
main.js Cleanup: correct a few formatting issues (trailing tabs) 2024-09-29 13:02:35 +00:00
main.min.js JavaScript-Minifikation 2024-09-29 13:02:35 +00:00
posting.js el.getAttribute("id") vs. el.id (#748) 2024-10-07 21:23:26 +02:00
posting.min.js el.getAttribute("id") vs. el.id (#748) 2024-10-07 21:23:26 +02:00