I have this HTML page:
What I want to do is, remove that black border around my text input. But since my 'things to do' list is created dynamically (it's empty when the page loads), I want to remove the border using my JavaScript file.
How shall I do it?