not $(this).....

not $(this).....

 
  1. $('#radioBtn1,#radioBtn2,#radioBtn3').click(function(e) {
  2. e
.preventDefault();
  • $
  • (this ).parent().parent().children().addClass('bgImg');
  • $
  • (this ).parent().parent().children().removeClass('bgImg' );
  • //       how do I remove class from two buttons NOT clicked?????  
    1. thank you..