jquery-bracket
jquery-bracket copied to clipboard
Is there a way to use the bracked in read-only mode ?
Hi, thanks for your nice plugin !
Is there a way to use it in readonly mode after a competition ? all results are now stored, and I need to find how to disable score editing.
Thanks a lot for your support.
hi, you can disable the edit by just writing the demo function without any edit or render functions. $(function () { $('div#save .demo').bracket({ teamWidth: 80, scoreWidth: 30, matchMargin: 20, roundMargin: 30, centerConnectors: true, skipConsolationRound: true, init: saveData}) })