I have several HTML input fields on a page. I would like to update the page based on what value is in the label. If the user types in the field and the value changes, I would like the page to change accordingly, without the user having to click some sort of "calculate" or "submit" button.
Is AJAX required here? Or is there a way to do this purely using some DOM manipulation + javascript state changes?