Easiest way to show div based on radio selection
I have a situation whereas i need to show a different div with a different set of options based on the users radio selection.
At the moment this is what i have
http://jsfiddle.net/e08jo9gr/11/ but only works with 1 div. How can i make this work for multiple radio buttons? or is there any easier way how to do this?
help much appreciated.