localStorage, saving a class using toggleClass

后端 未结 3 1334
陌清茗
陌清茗 2021-01-17 06:51

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

3条回答
  •  日久生厌
    2021-01-17 07:24

    You have 2 class HTML divs try using the ID property instead of using class, however make sure you specify two different IDs 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.

提交回复
热议问题