Using fade in/fade out with jquery

后端 未结 4 1736
余生分开走
余生分开走 2021-01-27 05:48

I am working over on of my student projects and I am new jquery, for the project I have to use jquery to enhance few function and I have learned much to carry out basic tasks, b

4条回答
  •  轮回少年
    2021-01-27 06:29

    http://jsfiddle.net/Xm2Be/13/ There is an example how you could do that. Ofcourse, you can set lenght of fade effect by placing some number inside brackets. For examle .fadeToggle(5000) will have timing of 5 seconds.

提交回复
热议问题