input输入框为空提示内容变化
程序员文章站
2022-07-13 08:41:18
...
// 如果输入内容为空 var captionTxt = $(".caption").text(); if(!inputContent){ $(".caption").text("请输入内容").animate({opacity: 1.25}, 3000, function(){ $(this).text(captionTxt); }); $("#inputContentArea").val("").focus(); return; }
上一篇: 【动画工具】animate.css
下一篇: 通过Graphics对象来实现动画效果