This JavaScript code adds the functionality to transpose a two-dimensional JavaScript array (array within array). Transposing, in simple terms, is to interchange rows and columns of a matrix (two-dimensional array).
It also extends jQuery to allow transposing of arrays using common jQuery syntax.
{ 1 comment }

