Hi!
(I hope my title is comprehensible, it was hard to sum up.)
I have some script which change some text inside a form depending on the selected radio button as you can see here: http://jsbin.com/onowu/
The problem is that if some user enter some text and then click on a other radio button it will remove his text.
What I'm looking for is a way change the grey text ONLY when there isn't any text filled by the user. And if the user remove his text, it will fill blank with the text depending on the radio button selected.
You can see my code here: http://jsbin.com/onowu/edit
Thanks ;)