WP-Filebase Pro › Forums › General Support › v3.2.03 Uncaught Error: Syntax error, unrecognized expression – Treeview › Reply To: v3.2.03 Uncaught Error: Syntax error, unrecognized expression – Treeview
2015-01-14 at 17:04
#3588
Fabian
Participant
Has been fixed with 3.2.04. The line now is
jQuery("#<?php echo $id ?> a.add-file:not(.file-input)")
which equals to what you have posted
jQuery(“#<?php echo $id ?> a.add-file”).not(“.file-input”)