AJAX on a page loaded by AJAX
I have a page index.php for example, on this page I have a menu and depending on what menu option is selected the page content is loaded. One (actually many of these pages) will be forms which I then want to also post via AJAX.
However when my page loads via AJAX (add_user.php) I can't post this using AJAX
Why?