I cant find out how I would code that so it only clears the app not the database.
I cant find out how I would code that so it only clears the app not the database.
One option is to select the content in the DOM and reset those elements.
I cant find DOM is it in the button settings?
DOM stands for Document Object Model. To simplify, that's where the browser keeps the HTML page. You can traverse the browser DOM and make changes to any elements, including clearing the values.
http://en.wikipedia.org/wiki/Document...
I'd recommend to read how jQuery works and how to work with selects.
Where can you traverse the DOM to edit it?