Skip to content

Instantly share code, notes, and snippets.

@droot
Created April 6, 2011 16:28
Show Gist options
  • Save droot/905979 to your computer and use it in GitHub Desktop.
Save droot/905979 to your computer and use it in GitHub Desktop.
color box template
<script type="text/x-jquery-tmpl" id="color-box-template">
<div style="margin: 20px; float: left;height:${width}px; width: ${width}px; background-color: ${color}; border: 2px solid;">
</div>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment