I have this example which works great. The buttons are disabled as default and if there is a radio button change to yes then the corresponding button is enabled. The problem is i need it to go back to disabled if they switch it back. The only time it should be enabled if the block has at least one radio button clicked yes
Share
First you are using the same
idfor all the buttons on the page, which is a no-no. Eachidneeds to be unique. Use a class.make_requestson the buttons.Then try this out:
http://www.jsfiddle.net/rTzwB/10/