I am loading html using ajax call, this html has Bootstrap Collapse. The issue is Collapse is not working, if you click it wil
i would suggest you to call
$(".collapse").collapse()
inside the ajax's success function after the dynamic html is appended.