hi
in a array i have 6 elements with id's such as [100,101,102,100,101,102]
now i want to highlite two similar id's such a way that,
on clicking id=100, it should be highlited and on clicking another id=100 that should be highlited because both ids are same, if not same it should not be highlited
so, how to proceed with this using jquery,
I tried it using nth child selector but i didnt get it right..