Thanks, however the buttons are still not switching. I tried both, and neither one works. I also tried using refresh method, still without luck. I would also like to note the buttons are inside a dialog, if that makes any difference. Here's my code as of now:
- <div class="radio" id="buttons">
- <input type="radio" id="radio1" name="radio1" checked="checked" /><label id="enable" for="radio1">Enable</label>
- <input type="radio" id="radio2" name="radio2" /><label id="disable" for="radio2">Disable</label>
- </div>
Thanks!
EDIT: I got it working now; needed to re-add the refresh method. Thanks!