close
使用title屬性: 就可以像a元素中的alt屬性,在鼠標移到按鈕上面時顯示提示訊息
<button title="Hello World!">Sample Button</button>
--
參考自 https://stackoverflow.com/questions/2238239/tooltips-for-button
--
全站熱搜
使用title屬性: 就可以像a元素中的alt屬性,在鼠標移到按鈕上面時顯示提示訊息
<button title="Hello World!">Sample Button</button>
--
參考自 https://stackoverflow.com/questions/2238239/tooltips-for-button
--