What I want is when checkbox1 is selected both checkbox labelled 1 will get selected and background will be removed
for eg if i select checkbox1 it should select both checkbox labelled checkbox1
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.
The problem is that searching for ID $(“#somethin”) is not possible to select more than one element. IF you search for class, then your example works.. well, with some minor changes 🙂