I\'m trying to send my comment form using ajax, right now when user inserts a comment then whole page gets refreshed. I want this to be inserted nicely without page getting
$(document).on('submit','.commentForAjax', function(e){ e.preventDefault();
// Put
e.stopPropagation();