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.
使用链接和图像非常容易。可以只指定 title="Something" 以在元素上获得一个不错的工具提示。但不知何故,我看不到任何方便的方法来对按钮执行相同的操作。似乎 HTML 本身首先错过了这个选项。
但也许至少有一个方便的解决方法?
来自nitrogenweb googlegroup 的Jesse Gumm 分享了一个很好的方法来做到这一点
#button{text="Submit",postback=whatever,actions="obj('me').title=\"Some title\""}