I am clueless when it comes to localStorage it seems. I want to set up a way favorite any div in a group of div\'s by toggling a class. I can get the toggleClass to work on
You have 2 class
HTML divs
try using the ID
property instead of using class
, however make sure you specify two different ID
s as currently the classes are clashing.
Test
Test
As you can see I have assigned the ID
property to each one, now you'd add a style to that specific ID
so that way they don't clash.