Re: [jQuery] Javascript Array question

2009-11-13 Thread Nick Fitzsimons
2009/11/13 Atkinson, Sarah : > I want to create an 2D array that would basically contain a variable amount > of 3 entry arrays. Is there a short way of doing this? Like > var myArray= new Array( ,3); JavaScript doesn't support multi-dimensional arrays, so you'll have to work with a single-dimensio

[jQuery] Javascript Array question

2009-11-13 Thread Atkinson, Sarah
I want to create an 2D array that would basically contain a variable amount of 3 entry arrays. Is there a short way of doing this? Like var myArray= new Array( ,3);