I am getting the error \"Uncaught RangeError: Maximum call stack size exceeded\" on chrome. here is my jQuery function
$(\'td\').click(function () {
You can also get this error when you have an infinite loop. Make sure that you don't have any unending, recursive self references.