array?
array?
Out of context: Reply #3
- Started
- Last post
- 7 Responses
- st33d0
I don't think it's an ascociative array. It's actually an array of objects.
item[0] = { id: 'selection', label: 'Selection', xPos: '0', yPos: '-106'};
item[1] = { id: 'honeymoon', label: 'Honeymoon', xPos: '143', yPos: '-102' };
item[0].id = 'selection';
item's elements should identify as Object.