jquery-bracket
jquery-bracket copied to clipboard
jQuery Bracket library for organizing single and double elimination tournaments
Hi, First of all well done on this library, it's great! I was wondering if it's possible to add titles for the brackets and rounds as seen here: 
At the top of each round, is there a way to insert a title and other info such as dates? I am looking for something like: "Round 1" "Matches happen...
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.2 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...
It would be nice to have an possability to write something in front of an Match for example a server number or whatever (clickable), and the same before every team...
Is it possible to show the match information within this tennis-version of the tournament-brackets? in the html: `Show the matchinformation here.` using: `function onclick(data) { $('#matchCallback').text("onclick(data: '" + data +...
It would be great if we could pass in optional game/match date times and locations to display. This would work best when brackets would span multiple days and/or locations.
Hi, I'd like to display an ID of some sort in each spot just beside the team name, example: A1 Team 1 A2 Team 2 --------- A5 (TBD) A3 Team...
I think it would be nice to have an option to be able to have different scores for the match and penalties (use case: football). This way you would be...
I'm facing some issues on the losers brackets with 32 teams on double elimination. Here is my brackets data of losers.This is from other platform and I'd like to mimic...
hello, my losers bracket is not working correctly because Seedings and match placement is not working correctly. Where did I go wrong in the code and/or implementation? @teijo Can you...