@@Fritz
$('#feld2').html(…)
Du kannst in ein Eingabelfeld (was ein leeres HTML-Element ist) kein HTML einfügen.
Ein Eingabefeld hat einen Wert – den man auch mit JavaScript ändern kann.
laut https://www.tutorials.de/threads/summe-von-input-feldern-berechnen-wie.220335/ müsste es so gehen http://codepen.io/anon/pen/JbKxyV aber auch hier tut sich nichts.
Liest du eingentlich, was man dir schreibt?
document.getElementById('feld2').innerHTML = summe;
Offensichtlich nicht.
Nochmal, diesmal nicht im Kleingedruckten:
Du kannst in ein Eingabelfeld (was ein leeres HTML-Element ist) kein HTML einfügen.
Ein Eingabefeld hat einen Wert – den man auch mit JavaScript ändern kann.
LLAP 🖖
--
“I love to go to JS conferences to speak about how to avoid using JavaScript. Please learn CSS & HTML to reduce your JS code bloat.” —Estelle Weyl
“I love to go to JS conferences to speak about how to avoid using JavaScript. Please learn CSS & HTML to reduce your JS code bloat.” —Estelle Weyl