> > 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!)OK... It says there is a missing ; before the statement "var a[];". What is before the "var a[];"? -Mike _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
