Here is the html portion: <div class="demo"> <div id="dialog" title="How to Read:"> <div id="tabs"> <ul> <li><a href="#tabs-1">How to Read the Graph</a></li> </ul> <div id="tabs-1"> <li><a id="quartile">text I want to select</a></li>
What I am trying to do is after a user presses a radiobutton, it checks to see if another independent checkbutton is pressed. If it is, it disables it and then programatically calls the users first button press.