I am getting the error \"Uncaught RangeError: Maximum call stack size exceeded\" on chrome. here is my jQuery function
$(\'td\').click(function () {
U can use
$(document).on('click','p.class',function(e){ e.preventDefault(); //Code });