JsRender Fundamentals - Module 1 - Hello World (with jquery, jsrender, and bootstrap)

by namit101

HTML

<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
<script src="http://borismoore.github.com/jsrender/jsrender.js"></script>
<script src="http://isotope.metafizzy.co/jquery.isotope.min.js"></script>
<div id="output" class="container">
    <div class="item">item1</div>
    <div class="item">item2</div>
</div>

CSS

body {margin: 15px; }

JavaScript

debugger;
$('#container').isotope();