Skip to content

Instantly share code, notes, and snippets.

@ph4un00b
Created October 22, 2015 02:51
Show Gist options
  • Save ph4un00b/4c7953a71b6d070a1c91 to your computer and use it in GitHub Desktop.
Save ph4un00b/4c7953a71b6d070a1c91 to your computer and use it in GitHub Desktop.
var jamones = [
{
"id": 3,
"title": "serrano",
"location": "df",
"image": "http://www.hamazing.com/image/cache/data/jamon/serrano/Teruel-Jamon-Serrano-IGP-Organic-Free-Range-712x400.jpg",
},
{
"id": 4,
"title": "pavo",
"location": "monterrey",
"image": "http://braedt-catalogo.com.pe/uploads/b/Jamyn-de-Pechuga-de-Pavo-Ahumado-.jpg",
},
{
"id": 5,
"title": "york",
"location": "guadalajara",
"image": "http://www.abc.es/Media/201401/24/jamon-york--478x270.jpg",
},
{
"id": 6,
"title": "americano",
"location": "puebla",
"image": "http://braedt-catalogo.com.pe/uploads/b/jamon-americano.jpg",
}
],
jamones_titulo_image = [];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment