macronus / jquery-datatables-column-filter

Automatically exported from code.google.com/p/jquery-datatables-column-filter
0 stars 0 forks source link

Checkbox doesn't work with values containing /,( ,) #136

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Checkbox values contain forward slash or open and close brackets /,(,)
2. When selecting the value, Jquery throws an error #checkboxlabel is not valid 
expression

What is the expected output? What do you see instead?
I believe the checkbox label is not clean up property to discard the values.

What version of the product are you using? On what operating system?
Jquery 2.0.3, DataTable 1.9.4 ColumnFilter 1.5.1

Please provide any additional information below.
Also, filtering does not work when the check box label is "5+ Years", meaning 
the filtering incorrectly returns 0 matching records I believe this again has 
something to do with label that is generated for the checkbox.

I am not good at Javascript, so I couldn't figure out where I can add these 
modifications.

Original issue reported on code.google.com by ra...@mail.usf.edu on 9 Oct 2013 at 3:55