Simple question that is a flaw in my understanding of JQuery.
$('input').focus(function() {
$('.popup').click(function() {
//How do I reference the original input that
//triggered the focus event here?
});
});
As you can tell from the title, I had problems searching for an answer to this…
You can add a reference like this: