[jQuery] Combination selector
Hi all,
I want to know if I can do a combination of selector? If want to
select both class and id, how can I do that?
In my css I have this (.openBloc #blc2 { ... } ) but when I wrote
this in javascript $(' div.openBloc > #blc2 ') it's not working in
IE6. I need to select both because I have the background changing when
I change the class .openBloc into .closeBloc