[jQuery] Re: Element by Name associative array

2008-01-15 Thread Glen Lipka
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

[jQuery] Re: Element by Name associative array

2008-01-15 Thread Ryan
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