I fixed the problem. Code works like a charm now.

I changed this line:

                var radio = $this.siblings("[EMAIL PROTECTED]");

To this:

                var radio = $this.siblings("[EMAIL PROTECTED]:eq(0)");

Reply via email to