I am using jQuery to load a page by AJAX using $.ajax (suppose test.html).Its a simple HTML document with a few buttons and associated animations upon clicking them (a
$("#peopleResult_list").on('click','a', function(event){ //do you code here });
on event work for current dom in your page and any dom loaded by ajax in the future