是否有可能 - 使用 CakePHP 清除焦点输入字段(而不是只编写一些 js)
我意识到这似乎是一个明显的 JS 类型的事情 - 但我是 CakePHP 的新手,只是想知道是否有一些优雅的解决方案可以在单击文本输入时清除它......就像字段数组“clearOnFocus”的属性'=>'true' 还是什么?
I realize this seems like an obvious JS type thing - but I'm new to CakePHP, and just wondering if there's some elegant solution to clearing a text input when clicking on it.... like maybe an attribute for the field's array 'clearOnFocus'=>'true' or something?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 HTML5 的 placeholder 功能:
You could use the placeholder feature of HTML5: