Loaded elements are not affected with jQuery

Loaded elements are not affected with jQuery

Hello,
I have a little problem. I'm loading some data using .load() function. I'm loading form data too, but those forms are not interacting with jQuery (they're proceeded with .ajax() function with return false - page shouldn't be reloaded, but it is and no data are sent). Any idea how to figure it out?