If you have an HTML5 “search” input, the “search” event will be fired if the user presses “Enter”, clicks the little “X” that clears the search box, and optionally if you’ve added the “incremental” attribute, it will fire when the user stops typing for a second.
If you have an HTML5 “search” input, the “search” event will be fired if the user presses “Enter”, clicks the little “X” that clears the search box, and optionally if you’ve added the “incremental” attribute, it will fire when the user stops typing for a second.