fooplugins / FooTable

jQuery plugin to make HTML tables responsive
https://fooplugins.com/plugins/footable-jquery/
Other
2.13k stars 637 forks source link

Footable breaks scripts which is inside a table #777

Open SunFurry opened 6 years ago

SunFurry commented 6 years ago

The problem is when Footable are initialized it breaks all jQuery callbacks inside table. For example, i'v got a sorting script that works something like $('.sort a').on('click', function(){ code }) where ".sort a" is inside a footable table. Even simple magnific popup call is break down with "$(...).magnificPopup() is not a function" when fired by element that exist inside table. PS: Excuse my awfull english

macsupport commented 6 years ago

Breaks all my jquery scripts and functions when in a table as well