Fade out text value inside of text field using jQuery

后端 未结 3 1042
故里飘歌
故里飘歌 2020-12-15 13:06

I am not entirely sure if this is possible or not, I am pretty knowledgeable when it comes to jQuery and JavaScript in general, but this one has me stumped. I\'ve created a

3条回答
  •  不思量自难忘°
    2020-12-15 13:17

    Just a quick thought, have you tried using the animation method to change the color of the text in the text box to match the background? Then when the animation completes you can clear the contents.

    Its a thought. Its been a while since I've used the animation stuff, but I could probably whip up a code sample if you are interested.

提交回复
热议问题