Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

cmdrjs/jquery-cmdrjs

Repository files navigation

jquery-cmdrjs (jquery.cmdr.js)

A cmdrjs plugin for jQuery.

Build status Bower version

Installing the plugin

Bower

bower install jquery-cmdrjs

Manual

Download files from the releases page.

Basic usage

<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.