I would like to know that the request was due to the refresh button being clicked or the search’s reset button being clicked. I would like to be able to do a getvar server-side and see something like searchreset=true or refresh=true. I know it will involve manipulating postData. It probably involves listening for click events and overriding them. Any ideas of how to do this?
I’ve came across onReset but somebody said that is triggered after the request is sent.
I am not sure why you want, but the implementation can be about the following: