Backbonejs Playground + Bootstrap

Fiddle with backbone js and dependency added as external resources. Feel free to fork this and use. Update: Added bootstrap dependency

by Deepu Puthrote

HTML

<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.5.2/underscore-min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/backbone.js/1.1.0/backbone-min.js"></script>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.1.0/css/bootstrap.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.1.0/js/bootstrap.min.js"></script>
<!-- A blank template with backbonejs and dependencies added as external resources, to play around with backbonejs. Feel free to fork this and use. -->
<!-- BONUS added bootstrap resources also -->