How to clear from using js?

Hi guys,

Basically I have a form with radio buttons, check boxes, text inputs etc which I want to clear every time the page is refreshed. I want to override the built in browser feature that remembers the previous entries. Can I do this with js? I have JQuery included on this project so JQuery solutions are welcome too.

thanks

The user can control whether the browser remembers the last form state- but you can set all the values to their defaults or ‘’ on each page load.