malsup wrote:
>
>
> var a[];
> $(':checkbox').each(function() {
> if (this.id) a.push(this.id);
> });
>
>
I get this error:
missing ; before statement
var a[];
(curse my rudimentary javascript skills!)
--
View this message in context:
http://www.nabble.com/IDs-of-all-checked-checkboxes-tf2963342.html#a8292226
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
- [jQuery] IDs of all checked checkboxes Mungbeans
- Re: [jQuery] IDs of all checked checkboxes Mike Alsup
- Re: [jQuery] IDs of all checked checkboxes Mungbeans
- Re: [jQuery] IDs of all checked checkboxes Michael Geary
- Re: [jQuery] IDs of all checked checkboxes Erik Beeson
- Re: [jQuery] IDs of all checked checkboxes Michael Geary
