Jquery buttonset
Jquery buttonset
Hi,
I am using Jquery buttonset, during page reloading i can still see old radio buttons.What's the problem with my code?Here is my code.
<div id="radioset">
<input type=radio id="radio1" name=listType /><label for="radio1">Choice1</label>
<input type=radio id="radio2" name=listType value="2" /><label for="radio2">Choice2</label>
<input type=radio id="radio5" name=listType value="5" /><label for="radio5">Choice3</label>
</div>