Load() Query

Load() Query

Hi,

I'm currently using a static page and loading other pages into a certain div dynamically using the load() function.

The problem is it doesn't load the JS that's in the HTML file and therefore causes issues with things like form validation and so forth. I have also tried using $.get() and that doesn't work either. I believe they both just grab the HTML only.

Any pointers would be great!

Cheers