jQuery hover and class selector

后端 未结 10 1774
半阙折子戏
半阙折子戏 2020-12-10 00:56

I wan\'t to change the background color of a div dynamicly using the following HTML, CSS and javascript. HTML:


      
      
10条回答
  •  我在风中等你
    2020-12-10 01:37

    Always keep things easy and simple by creating a class

    .bcolor{ background:#F00; }

    THEN USE THE addClass() & removeClass() to finish it up

提交回复
热议问题