For anyone needing this, I had to play around with the name selector
options and came up with this...

$("input[name='name[key]']").val();

Swore I tried this earlier, but maybe I was delirious.

On Jan 15, 9:51 am, "Glen Lipka" <[EMAIL PROTECTED]> wrote:
> By array key do you mean the nuber, the index in the array?
> You can view the actual jQuery object created with a selector using firebug
> or ms script editor.
>
> So for instance in firebug, you click on "script" on the left.  Then add a
> new watch expression on the right.  Put in $("input") and press enter.  That
> will give you the whole array object from jQuery.
>
> I hope this is helpful,
>
> Glen
>
> On Jan 15, 2008 2:10 AM, Ryan <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hello all,
>
> > I'm trying to get the value of an element by it's array key. <input
> > name='example[key]' />
> > Any guidance would be appreciated.
>
> > Thanks

Reply via email to