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

Update comboTreePlugin.js #19

Closed iatanasov77 closed 4 years ago

iatanasov77 commented 4 years ago

From time to time the following error occurs: 'unrecognized expression: unsupported pseudo: icontains'. According this post the reason is a not escaped symbol ':' on
row 380.

erhanfirat commented 4 years ago

Thanks...