$(function() {
var data = [
{
title: "Shooting Ourselves",
quote: "A cubist portrait of the war machine",
endline: "— by Academy Award‑nominated director Christine Cynn"
},
{
title: "Shooting Yaoundé",
quote: "‘This is André. This gun is now your father and your mother.’",
//endline: ""
link: ["Watch Excerpt", "/todo"]
},
{
title: "Shooting Volker",
quote: "‘I had to get up at night to convince myself that my children stil had their hands.’",
link: ["Watch Excerpt", "/todo"]
}
];
var index = 0;
$(".title").html(data[0]["title"]);
console.log(data);
});
/*
Shooting
Ourselves
A cubist portrait
of the war machine
— by Academy
Award‑nominated director
Christine Cynn
---
Shooting
Yaoundé
‘This is André. This
gun is now your father
and your mother.’ Watch Excerpt
---
Shooting
Volker
‘I had to get up at night
to convince myself
that my children still
had their hands.’ Watch Excerpt
---
*/
Please Whitelist JSFiddle in your content blocker.
Help keep JSFiddle free for always by one of two ways:
Whitelist JSFiddle in your content blocker (two clicks)
Go PRO and get access to additional PRO features →
Join the 4+ million users, and keep the JSFiddle dream alive.
Ad-free
All ads in the editor and listing pages are turned completely off.
Use pre-released features
You get to try and use features (like the Palette Color Generator) months before everyone else.
Fiddle collections
Sort and categorize your Fiddles into multiple collections.
Private collections and fiddles
You can make as many Private Fiddles, and Private Collections as you wish!
Console
Debug your Fiddle with a minimal built-in JavaScript console.