jQuery Bracket

This project allows users to create single and double elimination brackets for tournament play. The underlying idea is that the bracket can be visually customized and easily used to edit the results. Please see the examples below.

The code is still in alpha phase and some modifications are likely happen. Feedback can be sent to teijo(a)aropupu.fi or via IRC to Aroppuu @ IRC/Quakenet.

To try most of the examples use these includes:
<script type="text/javascript" src="jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="jquery.bracket.js"></script>
<link rel="stylesheet" type="text/css" href="jquery.bracket.css" />

Minimal

Save functionality (click team and score labels to edit)

Note that you can press return when entering scores to procede to next field.

Save output

Try to first modify some scores or teams

Data inquired at startup



Data customization

Double elimination

Autocomplete demo, try input as "countrycode:name"

This demo uses jQuery UI for the autocomplete.

Large double elimination with 16 teams