Jquery Asp.net Mvc 2 资源文件:TextBox onFocus/onBlur
嘿伙计们, 想知道哪种方式是最好的方式:
问题:添加文本框并默认写入其中的值,当 onfocus 时它会擦除,当 onblur 时如果没有写入新数据,它会恢复为默认值。
到目前为止我的选择: 1-使用cookie? 2-将它们保存到变量中 3-询问 stackoverflow :P
注意: - 这是浏览器兼容的,所以我需要它在大多数浏览器上工作,如果可能的话包括 ie6。 - 该网站使用多种语言,并为此访问资源文件。
Hey guys,
Was wondering which way is the best way:
The problem: Adding TextBox with a value written in it by default and when onfocus it erases and when onblur if no new data is written it reverts back to default.
My choices till now:
1- Use a cookie ?
2- Save them into variables
3- Ask stackoverflow :P
Note:
-This is browser compatible so I need it to work on most browsers, ie6 included if possible.
-And multiple languages are used in this website and it access resources files for that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看不到任何相关性。
中看不到任何相关性。
您可以查看 jquery 水印插件。
Can't see any relevance.
Can't see any relevance.
You may take a look at the jquery watermark plugin.