I know the square bracket notation is used in PHP, but it's
technically against spec in HTML 4+.
http://www.w3.org/TR/html4/types.html#h-6.2
The trouble you're encountering is likely something the core
developers can work around, I just thought I'd point it out.
TAG
On Jul 11, 2007, at 5:37 PM, DK wrote:
> I've got problem with the Selectors API.
> I want to find an element:
>
> <input type="hidden" name="a_b[c]">
>
> All I know about it, is that this element lays inside some div with
> id="container", and it is not the only one hidden-type input in it.
>
> So I've tried to use the following call:
>> $$('#container input[type=hidden][name="a_b[c]"]')
> Unfortunately, it doesn't work - finds nothing.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---