Skip to content

Instantly share code, notes, and snippets.

View eddiemachado's full-sized avatar
😐

Eddie Machado eddiemachado

😐
View GitHub Profile
// load up the json file
var gameJSON = "https://rainbowsprinkles.com/feud/data/sampleGame.json";
$.getJSON(gameJSON, function (data) {
var html = '',
listContainer = document.getElementById("ffb-list");
$.each(data, function (key, val) {