I have a html5 search field <input type='search'> and I have a jquery on key up event that monitors it and sorts. But if I press the little search icon x that appears on the right it doesn’t trigger the jquery keyup, but pressing the delete key or backspace does.
How can I monitor the little exit and if it’s pressed “unsort”?
you need to use onsearch event