combo-tree
combo-tree copied to clipboard
Escape dots in JQuery selectors with IDs
The selectors used in clearSelection and setSelection are JQuery selectors and break if there is a dot in the ID or class name.
Escaping any dots with \\ fixes this problem.