[jQuery] How to use a custom ajax code in page that was loaded with .load()?

[jQuery] How to use a custom ajax code in page that was loaded with .load()?


I have a page that loads with jquery's .load() function.
However, that page is a form with two custom JS files attached.
When I load it separately, the JS code works. However, when used
with .load(), it does not.
What I'm missing here?