javascript Programming Glossary: itemids
Efficient syntax for populating a javascript associative array http://stackoverflow.com/questions/3831181/efficient-syntax-for-populating-a-javascript-associative-array better way to do it or shorthand of what I have below var itemIds new Array itemIds item1 15 itemIds item2 40 itemIds item3 72.. it or shorthand of what I have below var itemIds new Array itemIds item1 15 itemIds item2 40 itemIds item3 72 ... function getItemId.. what I have below var itemIds new Array itemIds item1 15 itemIds item2 40 itemIds item3 72 ... function getItemId code return..
|