bower install jquery-cmdrjs
Download files from the releases page.
<script src="jquery.js"></script>
<script src="cmdr.js"></script>
<script src="jquery.cmdr.js"></script>
<script>
$('#container').cmdr({
//options here
});
</script>
This plugin creates a new cmdrjs Shell object for each of the selected elements.