私はこのようになりますシンプルなjQueryのUIのボタンセットを持っている...jQueryのボタン - ゲット押す値
<div class="buttons">
<button id="button1" class="ui-button ui-widget ui-corner-all" value="orange">Orange</button>
<button id="button2" class="ui-button ui-widget ui-corner-all" value="banana">Banana</button>
<button id="button3" class="ui-button ui-widget ui-corner-all" value="apple">Apple</button>
</div>
は、どのように私は押されたボタンの値を得ることができますか?誰かが私の方向に私を指すことができる例がありますか?