I am using Jquery for ajax and form validation. When I load my form the validate javascript file is already loaded but the function $(document).ready() does not work, because I &m loading it into a div. Is there a function that I can use to say initiate validate when div is ready ?

Regards

Jeroen