rubynor / table-fixed-header

Keep table header visible when page scrolls. Supports rowspan and colspan. The table header will be fixed once hitting the screen top. Example with twitter bootstrap
102 stars 54 forks source link

It does not work with jQuery v3.3.1 #28

Closed krosoftware closed 5 years ago

krosoftware commented 5 years ago

Hello it does not work with jQuery v3.3.1, any chance to fix that, please? Thank you.

krosoftware commented 5 years ago

OK solved using length instead of size() in line 20.