I have loaded the jquery version 1.6 and jquery ui version 1.8 and radio buttonset for UI doesn't seem to be working?
$('#rx-button').buttonset();
$("#rx-button> input:radio").button({disabled:true});
I have loaded the jquery version 1.6 and jquery ui version 1.8 and radio buttonset for UI doesn't seem to be working?
$('#rx-button').buttonset();
$("#rx-button> input:radio").button({disabled:true});
您需要包含 jQuery 的 UI 库 -
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js"></script>
更新的小提琴