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