Basicly theres 2 divs open by default, the one of the left is always there and then you have 3 radio buttons. Atleast one must be selected (can’t have “default” column all by itself). By default, the “default” div and “1” is there, and “2” and “3” are invisible (display:none). Each radio button is linked to specific div, so when clicked, jQuery will animate width to merge the selected div into the overall div with the other visible divs. How would this be achievable with jQuery?
Picture <—–i have a link to a picture i made for a better understanding
jsFiddle: http://jsfiddle.net/K8TAS/90/