[jQuery] Re: Radio buttons, element retrieval, pre-validation, pre-submission

2009-09-16 Thread ShrimpWagon
(element)) { element = this.findByName( element.name )[0]; } [/code] It seems to be working great and it cycles through all of the input elemens. Hope this helps someone. On Sep 16, 4:48 pm, ShrimpWagon wrote: > Is it that big of a problem that it can't cycle through each radio > butto

[jQuery] Select List With Multiple Selections Hack

2009-07-06 Thread Shrimpwagon
When using a select combo box that has multiple selections enabled, my server was not seeing it as an array. It was only seeing it as a single variable value. All I did to correct this was add [] and the end of the name attribute. Ex. [code][/code] Now my LAMP server sees this variable as an ar