Skip to content

Instantly share code, notes, and snippets.

@nataliepo
nataliepo / gist:444363
Created June 18, 2010 23:32 — forked from btrott/gist:444317
photo gallery widget from a blog
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<title>Gallery</title>
</head><body>
<div id="gallery-widget"></div>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript">