How can I obtain the width of all the columns in a table

How can I obtain the width of all the columns in a table

Hello,

Im trying to create an array of all the column widths in a table.

I have this but it appears to be only returning the first column.
                                                   
var $wid = $("#hbdetail td").outerWidth(true);