For my fiddle below, I am seeing the error
How to handle the decimal and spaces( right now using .split, join() - not sure if this is the right way) and avoid the unrecognized expression. any ideas?
$('label[title=' + $this.text().split(" ").join("") + ']').prev('input').prop('checked', false);