jqueryダイアログボタンのグループのボタンの1つを左側に表示しようとしています。しかし、jquery はボタン グループを でラップするため、これは不可能だと思います。float:left を動的に追加しようとしましたが、うまくいきません。
何か案は?
ありがとう
<div class="ui-dialog-buttonset">
<!--this should be on the left-->
<button id="lbCreateGroup" class="createButton ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" type="button" role="button" aria-disabled="false">
<!--these 2 buttons should be on the right-->
<button class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" type="button" role="button" aria-disabled="false">
<button class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" type="button" role="button" aria-disabled="false">
</div>