could you please tell me if it’s possible de use a selector like that :
$(s_li, ‘#tools’)
s_li is a variable, and ‘#tools’ is the selector, i’d like to bind an event to both of those targets. My exemple doesn’t work, do you any idea?
Thanks a lot.
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.
If s_li is a selector string:
If s_li is a reference to a DOM element: