Having problems using the down function to find inputs which have been
named as an array.

Example:
<form id="foo" ...>
    <input type="text" name="fields[title]"/>

prop = 'fields[title]';
$('foo').down('[name='+ prop +']');



This is related to this post
http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/ac34b0dc78b364c7
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to