1👍
Not sure what the issue is but if you add $(".surveyResults").hide();
inside of your function instead of adding display:none; in the CSS it will work.
JSFiddle: http://jsfiddle.net/0ogx35ot/12/
Source:stackexchange.com
1👍
Not sure what the issue is but if you add $(".surveyResults").hide();
inside of your function instead of adding display:none; in the CSS it will work.
JSFiddle: http://jsfiddle.net/0ogx35ot/12/