erhanfirat / combo-tree

ComboTree is a jQuery Plugin which is a combobox item with tree structured data list and multi/single selection options and more.
MIT License
79 stars 67 forks source link

Escape dots in JQuery selectors with IDs #50

Closed kshepherd closed 2 years ago

kshepherd commented 2 years ago

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.