2
我嘗試對殘疾人按鈕添加提示引導提示禁用按鈕的Firefox/Chrome的
有時它與Firefox的工作,有時用鉻
http://jsfiddle.net/danq3r8n/11/
<!-- Work only with Chrome !-->
<button disabled>
<div data-toggle="tooltip" data-placement="left" title="test">
Disable
</div>
</button>
<!-- Work only with Firefox !-->
<button data-toggle="tooltip" data-placement="left" title="test" disabled>
Disable
</button>
但我沒有成功使用工具提示製作禁用的按鈕,可以在Firefox和Chrome上運行。
引導工具提示有什麼問題?