Looking for the most effective method to clear an input field when $.(document).ready() is triggered.
I want the input field to be cleared every time the user reloads or navigates away from and back to the page, once the DOM is fully loaded.
I've experimented with innerHTML as well as value="", but haven't had success with those approaches.