- $("#touchTypebuttonsVisited").buttonset();
- $("#touchTypebuttons").buttonset();
- <div id="touchTypebuttonsVisited">
- <input name="touchType" type="radio" id="radio1" value="1" checked="checked" />
- <label for="radio1">Visited: Appointment</label>
- <input name="touchType" type="radio" id="radio2" value="2" />
- <label for="radio2" style="margin-right:-8px;">Visited: Cold Call</label>
- </div>
- <div id="touchTypebuttons">
- <input name="touchType" type="radio" id="radio3" value="3" />
- <label for="radio3" style="margin-left:0px;">Phone</label>
- <input name="touchType" type="radio" id="radio4" value="4" />
- <label for="radio4">Fax</label>
- <input name="touchType" type="radio" id="radio5" value="5" />
- <label for="radio5">Email</label>
- <input name="touchType" type="radio" id="radio6" value="6" />
- <label for="radio6" style="margin-right:-8px;">Other</label>
- </div>
throws an error in firefox and doesnt add the buttonset thing to the second line.. buttonset can only be called once
uncaught exception: cannot call methods on button prior to initialization; attempted to call method 'widget'