jQuery not working in AJAX Loaded page
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 (also using jQuery). The .click() properties associated are working fine when I load the page directly but the buttons fail to respond when I click them in the AJAX loaded version. Since I am too tires to actually explain all the glum that I am doing, I am simply writing all the code below, apologies for this. Here are the required codes in the files. <!-- p11.php --> <!DOCTYPE html"> <html> <head> <title>jQuery</title> <script