15.09.2014 Views

JSON

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

supplant<br />

var template = '' +<br />

'Last{last}' +<br />

'First{first}' +<br />

'';<br />

var data = {<br />

"first": "Carl",<br />

"last": "Hollywood",<br />

"border": 2<br />

};<br />

mydiv.innerHTML = template.supplant(data);

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!