‘+json.message+’
‘); } else if(json.status == “alert”){ $(‘#’+reportform_id+’ .report-error’).show(); $(‘#’+reportform_id+’ .report-error’).html(‘
‘+json.message+’
‘); } } }).always(function(){ $(‘#’+reportform_id+’ .report-loading’).hide(); }); return false; }); }); });
Source
