Skip to content

Instantly share code, notes, and snippets.

@devdays
Created December 22, 2014 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devdays/9079e8c671b887085b90 to your computer and use it in GitHub Desktop.
Save devdays/9079e8c671b887085b90 to your computer and use it in GitHub Desktop.
jQuery mapResults Result Data
{
"0":{"name":"Board Game 1","category":"Game","price":35},
"1":{"name":"Card Game 1","category":"Game","price":8.5},
"2":{"name":"Poker","category":"Game","price":75.5},
"length": 3,
"prevObject":{
"0":{"name":"Slinkey","category":"Toy","price":9.56},
"1":{"name":"Hamburger","category":"Grocery","price":2.49},
"2":{"name":"Squirt Gun","category":"Toy","price":8.5},
"3":{"name":"Board Game 1","category":"Game","price":35},
"4":{"name":"Card Game 1","category":"Game","price":8.5},
"5":{"name":"Poker","category":"Game","price":75.5},
"6":{"name":"Blocks","category":"Toy","price":2.5},
"7":{"name":"Tricycle","category":"Toy","price":95},
"8":{"name":"Jacks","category":"Toy","price":3.5},
"9":{"name":"Lettuce","category":"Grocery","price":25},
"length":10}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment