[jQuery] Re: Hide function problem in IE8
The 2 options won't work as radio buttons then, though, will they ? waseem sabjee wrote: Hi Luigi. Change your HTML Structure to this name="personaFisica" value="0" /> name="personaGiuridica" value="1" />
[jQuery] Re: Hide function problem in IE8
Perfect, thank you Waseem. Luigi
[jQuery] Re: Hide function problem in IE8
Hi Luigi. Change your HTML Structure to this change your JavaScript to this $(function() { // i prefer using the function wrapper instead of $(document).ready(function() { var choices = $(".option"); // create a