Skip to content

Instantly share code, notes, and snippets.

@devdays
Created December 22, 2014 17:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save devdays/a8db0cfbdf71b817db79 to your computer and use it in GitHub Desktop.
Save devdays/a8db0cfbdf71b817db79 to your computer and use it in GitHub Desktop.
jQuery Filter Results
{
"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":"Slinky","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