skip to Main Content

Jquery event not working after append html – Jquery ajax

I have ajax request and when the ajax success I'm replacing the content using html from the ajax response. The controller is like this: $html = view('payroll-cutoff.data-attendance-group', compact('payroll_group', 'payroll_cutoff_group'))->render(); return response()->json([ 'success' => true, 'data' => $html, ]); Inside ajax…

VIEW QUESTION
Back To Top
Search