christabor / jquery.cayley

[NOT MAINTAINED] Jquery Cayley table generator

Home Page:http://christabor.github.io/jquery.cayley

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate Cayley Tables (Punnett Squares, function composition, etc...) with ease.

Demo

View demo

Usage

  1. Include jQuery:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
  1. Include plugin's code:
<script src="dist/jquery.cayley.min.js"></script>
  1. Call the plugin:
$('#table').jq_cayley({
  values: [1, 2, 3, 4]
});

Team

jquery.cayley was created by Chris Tabor, with help from these contributors.

About

[NOT MAINTAINED] Jquery Cayley table generator

http://christabor.github.io/jquery.cayley

License:MIT License


Languages

Language:JavaScript 63.9%Language:HTML 36.1%