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

cmdrjs/jquery-cmdrjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

077f22a · Dec 31, 2015

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

A cmdrjs plugin for jQuery.

Resources

License

Stars

Watchers

Forks

Packages

No packages published