How do you cancel a jQuery fadeOut() once it has started?

后端 未结 3 1387
迷失自我
迷失自我 2020-12-18 17:59

I have a basic div element to represent a message that I show for a few seconds and then fade it out using

$(\'#message\').fadeOut(5000);

I

3条回答
提交回复
热议问题