In the xsl file comments_3.3.xsl :
Change $j.post by $j.ajax with the error function.
$j.ajax(
{ url: ".....", data: data, type: 'post', success: result, error: handleError });
In the xsl file comments_3.3.xsl :
Change $j.post by $j.ajax with the error function.
$j.ajax(
{ url: ".....", data: data, type: 'post', success: result, error: handleError });