I know that .live() is now deprecated but I cannot seem to change it and keep the functionality.
.live()
I just have a quick question about the
The on() function requires a syntactical update, you should alter your code to:
on()
$('body').on("click", "table tr th", function()...
Check out this article for more info: http://www.andismith.com/blog/2011/11/on-and-off/