The error is :
ReferenceError: Can’t find variable: Participad_Frontend
`jQuery.ajax({
type: ‘POST’,
url: Participad_Frontend.ajaxurl,
data: {
action: ‘participad_frontend_save’,
_wpnonce: wpnonce,
post_id: post_id
},
success: function(r) {
callback();
}
});`