Skip to content

Instantly share code, notes, and snippets.

@nfriedly
Created September 18, 2013 19:40
Show Gist options
  • Save nfriedly/6614439 to your computer and use it in GitHub Desktop.
Save nfriedly/6614439 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
<p>Goal: <img src="http://sl-interview.s3.amazonaws.com/goal.png" style="max-width: 100%" /> </p>
<div id="popup"></div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<script src="http://sl-interview.s3.amazonaws.com/rpi-photos.js" id="product-data"></script>
</body>
</html>
$('#popup').html(JSON.stringify(product));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment