what I have: the div will change the color after click.
what I want to do: the first click will change the background ( I did ) , but the second click will change just the icon color of other div.
so if I click in any div
first will change the background color ( I did )
second if I click in any other one will change the icon color.
as well I would like after the second click, show me a alert saying 'you can just select 2 div at the time'
I am very brand new in js and jquery and that was the max I could do.