And you can’t be typing into a DIV. DIVs aren’t input elements. You need to drill into the HTML structure and find the actual input element that’s there, and make that the selector element not the DIV.
And you can’t be typing into a DIV. DIVs aren’t input elements. You need to drill into the HTML structure and find the actual input element that’s there, and make that the selector element not the DIV.