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 自体がこのオプションを見逃しているようです。
しかし、少なくともそのための便利な回避策があるのではないでしょうか?
窒素ウェブ googlegroup の Jesse Gumm は、これを行うための優れた方法を共有しました。
#button{text="Submit",postback=whatever,actions="obj('me').title=\"Some title\""}