Skip to content

Instantly share code, notes, and snippets.

@jasper-fu
jasper-fu / README.md
Created December 6, 2012 07:14 — forked from clayzermk1/README.md
jQuery / Twitter Bootstrap List Tree Plugin

jQuery / Twitter Bootstrap List Tree Plugin

Demo: http://jsfiddle.net/clayzermk1/QD8Hs/

Overview

I needed a simple plugin to build a two-tier collapsible list with checkboxes. I wanted it to fit well with Twitter's Bootstrap. I couldn't find one that was simple enough. I hope you enjoy =) Feel free to send feedback.

var math = require('./math');
var sys = require('sys');
sys.puts(math.multiply(12, 12));