[jQuery] Re: preset selection of radio buttons

2008-05-07 Thread JP
I can never tell what's working here because there is the "lag time " of what is posted. if stuff is immediately mailed out then that is unfortunate, since the group allows for removal. The two concepts seem to be incompatible. On May 7, 1:17 pm, Christoph Haas <[EMAIL PROTECTED]> wrote: > On

[jQuery] Re: preset selection of radio buttons

2008-05-07 Thread Christoph Haas
On Mittwoch, 7. Mai 2008, JP wrote: > I hate this google group -- can't edit posts You said that three times already. You do know that this "group" is mainly a mailing list? And that's is technically impossible to cancel emails that are sent our to thousand of recipients already? Christoph s

[jQuery] Re: preset selection of radio buttons

2008-05-07 Thread JP
I hate this google group -- can't edit posts Revised sample code: $(document).ready(function(){ $("#radioname:checked").val(["0", "1"]); }); On May 7, 11:12 am, JP <[EMAIL PROTECTED]> wrote: > what is correct way to preset selection o

[jQuery] Re: preset selection of radio buttons

2008-05-07 Thread JP
I hatwe this google forum -- can't edit posts Revised sample code: $(document).ready(function(){ $("#radioname:checked").val(["0", "1"]); });