0

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});

Link to JSFIDDLE

4

1 回答 1

0

您需要包含 jQuery 的 UI 库 -

<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js"></script>

更新的小提琴

于 2013-05-02T08:17:31.840 回答