Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Primefaces Watermark 组件的当前行为是在输入字段不为空时隐藏占位符文本。如果有人点击输入字段,有什么方法可以实现这种行为?任何建议都会非常有帮助。
这是一个丑陋的 Javascript hack,但以下工作:
onclick="$(this).attr('placeholder', '');"
当放置在输入元素上时。