The problem that regular radio buttons are working only when they have
the same name.
No wonder prettty ones not working too... :)

Why do you want to give them the same name?
You can use different ids if you want. Something like this

<input type="rario" name="group1" id="group1_1">
<input type="rario" name="group1" id="group1_2">
<input type="rario" name="group1" id="group1_3">


George.

On Nov 12, 2:05 pm, Ahhk <[EMAIL PROTECTED]> wrote:
> Anyone know how to fix this?
>
> --
> View this message in 
> context:http://www.nabble.com/PrettyCheckboxes-not-working-with-radio-array-n...
> Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to