3
I’m having a hard time finding a way for a function to find a variable from another function within my code as I type into a text box, even though the variable is global. I will try through the code below, but need first convert it to pure JS.
$('input[name="q"]').keyup(function(){
console.log($(this).val());
});
Very clear and enlightening, Lauro! Thank you very much!
– winiercape