是否有褪色+禁用 jQuery 中的插件?
因此,我们通常会遇到无法在 Internet 上使用的褪色对象,例如具有灰色/褪色外观的文本框,无法单击并输入内容。
我想对 CSS 对象执行相同的操作,该对象稍后不会褪色并可供使用。
任何帮助将不胜感激。
谢谢!
So we commonly come across faded objects that cannot be used on the Internet, such as a text-box that has a gray/faded appearance that cannot be clicked in and typed into.
I would like to do the same with a CSS object, which would later be un-faded and enabled to be used.
Any help would be appreciated.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
你的意思是这样的:
请注意,这假设是 jQuery。
You mean something like:
Note that this assumes jQuery.
jQuery 插件
jsFiddle。
用法
您可能希望扩展它以允许回调,这很容易添加。
jQuery plugin
jsFiddle.
Usage
You may want to extend this to allow callbacks, which is trivial to add.
您可以使用 animate() 或 fadeout() 然后您可以包含禁用选项..
You can either use animate() or fadeout() and then you can include option to disable..