I’m struggling to find out when to use #,$ in jquery.
i.e. if I have an object
var elem{
}
How to access this?
Whether $(‘#elem’) or $(‘elem’)?
May be its too silly. But I cant find out a solution by googling it.
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.
It looks to me like how to you’ve used
.appendTo(). You need to pass an ID in your case, I believe; something like:Changed to:
The documentation for jQuery’s
.appendTo()says one needs to pass: