[jQuery] Re: Hide function problem in IE8

2009-05-11 Thread Liam Byrne
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

2009-05-11 Thread ciupaz
Perfect, thank you Waseem. Luigi

[jQuery] Re: Hide function problem in IE8

2009-05-11 Thread waseem sabjee
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