I have input
of type text
, where I can enter a search, which is executed via ajax, as the user types. Below this I have a list of items that were found in table
. When I click on this table, I change the style of the row clicked, as if it was selected, but I do not want the focus of the input to be lost ... I want the user, even after clicking the table, to continue typing. >
I have tried the blur
event but so far I still can not, because I do not know if the clicked element was inside the table.