got a row of elements:
<div class="container" id="box1">
<div class="container" id="box2">
<div class="container" id="box3">
how to select all of them without box2 ?
thought this would solve the problem,
var i = "#box2";
$('.container:not(i)');
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.
This
should be