I have this html which was created dynamically based on data from our database. I am trying to create a wizard so that when the user clicks a radio button, I call a webservice using ajax, and create another list of radio buttons for the user to select from. The initial page load works fine, but when I create the dynamic radio button list that is where I am having problems with the events firing. Do I have to reload the document, or a specific div to get this to work?I have this html which was created dynamically