
I’ve always thought it was until I got the above. Am I missing something?
The “input#header-login-email-input.initial-value” is not within “this”.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I assume
e.targetis the target property of anEventobject, so it’s a DOM element. When you call$()on a DOM element, it just wraps the element in a jQuery object and returns that, so the context parameter (this) doesn’t really do anything.