[jQuery] Re: PrettyCheckboxes not working with radio array names

2008-11-13 Thread Ahhk
x27;+$toCheck.attr('name')+']') > with > $(document.getElementsByName($toCheck.attr('name'))) > > wich is the same thing. And it's working now But i do not know > about compatibilities of getElementsByName > Works in FF 3 and IE 7 not sure about a

[jQuery] Re: PrettyCheckboxes not working with radio array names

2008-11-13 Thread Ahhk
you might try to ask this group more specific question on how to > make JQuery selectors work with the name like that q[1] > > George. > > > Ahhk wrote: >> Thanks, but I didnt say I didnt want them to have the same name, I said >> that >> the script didnt work when th

[jQuery] Re: PrettyCheckboxes not working with radio array names

2008-11-13 Thread Ahhk
:) >> >> Why do you want to give them the same name? >> You can use different ids if you want. Something like this >> >> >> >> >> >> George. >> >> On Nov 12, 2:05 pm, Ahhk <[EMAIL PROTECTED]> wrote: >> >> >&g

[jQuery] Re: PrettyCheckboxes not working with radio array names

2008-11-12 Thread Ahhk
Anyone know how to fix this? -- View this message in context: http://www.nabble.com/PrettyCheckboxes-not-working-with-radio-array-names-tp20412719s27240p20467067.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] PrettyCheckboxes not working with radio array names

2008-11-09 Thread Ahhk
With this script, I cant get it to work with radio buttons when their names are used as arrays (ie. group[1], group[2], etc). Each radio button in each group gets treated as a stand-alone radio button (on the UI side only) - as if they were checkboxes. In other words, each RB in each group can b