This repository was archived by the owner on Aug 30, 2022. It is now read-only.
This repository was archived by the owner on Aug 30, 2022. It is now read-only.
Compatibility issue with jquery 1.8.x #9
Closed
Description
Starting from 1.8.0 visualize.jQuery shows no charts due the .filter() compatibility issue.
Simple any code fragment similar to this one
self.find('tr:gt(0)').filter(o.rowFilter)
or
$(this).find('td').filter(o.colFilter)
returns null.
Works fine if the filter(o.rowFilter) or filter(o.colFilter) just not called at all.
What is the purpose for filtering?
Thanks,
O
Metadata
Metadata
Assignees
Labels
No labels