FreezingMoon / AncientBeast-Website

All the source files of the Ancient Beast website 🐲
https://AncientBeast.com
GNU Affero General Public License v3.0
8 stars 8 forks source link

column highlight bugged #77

Closed DreadKnight closed 6 years ago

DreadKnight commented 6 years ago

The units stats table from here is supposed to highlight row and column on hover, but no longer does the former, instead it simply displays the code for doing so right after the table.

http://ancientbeast.com/units/?view=table

$('td').hover(function() { $(this).parents('#statsTable').find('col:eq('+$(this).index()+')').toggleClass('hover'); });