I have a pretty simple form. When the user types in an input field, I want to update what they\'ve typed somewhere else on the page. This all works fine. I\'ve bound the
Add "blur". works in all browsers!
$("input").on('blur keyup change click', function () {