jQuery fade in background colour

前端 未结 4 814
孤城傲影
孤城傲影 2020-12-17 17:31

I\'m trying to fade in the background colour of a table row, and can\'t get it right. The fade-in will happen when a button is clicked.

I tried something like:

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-17 17:47

    Unfortunately it is not possible to fade in the background color (I don't know about the latest release of jquery). However you can use this plugin for that purpose:

    highlightFade

    Now it's up to you whether you use that plugin or not for just background fading effect :)

提交回复
热议问题