On Dec 21, 2007 10:57 PM, John-David Dalton <[EMAIL PROTECTED]>
wrote:
>
> I suspect I am using wirteAttribute wrongly, what say yall.
Yes. Think of writeAttribute as a way of writing back HTML attributes, not
programatically dealing with form controls.
Try this instead:
.select('input[type=checkbox]').invoke('setValue', true)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/prototype-core?hl=en
-~----------~----~----~----~------~----~------~--~---