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
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to