Link to home
Start Free TrialLog in
Avatar of Melody Scott
Melody ScottFlag for United States of America

asked on

Table not collapsing

Hi, I'm trying to recreate this table: http://www.magickitchen.com/cart/cgi/nutri_table.cgi?cmd=display_nutri_table&css_id=nutrition-table&sku=97124  we used Footable to get that working. It collapses when it's in a smaller view and you can open things by clicking on the plus sign.

Here's the new page: http://dev2.magickitchen.com/cart/cgi/nutri_table.cgi?cmd=display_nutri_table&css_id=nutrition-table&sku=97124 

On that page, user name:pepe  password:BobTheBuilder45!!

I've included the links to footable css and javascript, and checked that those files are there, but I am stuck, it's just not working. Can you help? Thanks.
Avatar of HainKurt
HainKurt
Flag of Canada image

sorry, what is not working here?
I dont see any collapse...
ASKER CERTIFIED SOLUTION
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
i get

TypeError: $(...).footable is not a function

also

Uncaught TypeError: a.indexOf is not a function
    at r.fn.init.r.fn.load (jquery.min.js:4)
    at plugins.min.js:2
Avatar of Melody Scott

ASKER

Thanks to both of you, I'll make some changes!
are you using the exact same libraries in same order?
did you add any extra library?
Thanks very much!! All better. :)
this is creating the issue I guess

http://dev2.magickitchen.com/js/plugins.min.js

breaking all following codes, including jQuery
Thanks, HainKurt, believe it or not it was the simple answer, I was calling jquery twice.