Code that changes an input field to Title Case with exceptions
I know there are several variations of this here, but I cannot find one that is doing what I want. I need the text in an input field to be updated to Title Case prior to form submission either via onkeup, keydown or when clicking out of the field (or any similar method). Preferably as the text is inputed.