ボタンセットの各ラジオボタンにツールチップを追加するための標準的なアプローチはありますか?
<span id="tools">
<input type="radio" id="feature1" name="tool" title="feature 1"><label for="feature1">Tool 1</label>
<input type="radio" id="feature2" name="tool" title="feature 2"><label for="feature2">Tool 2</label>
</span>
およびスクリプト:
$('#tools').buttonset();
各入力にタイトルを追加しましたが、ツールチップはありません。