I have a javascript function that loads forms from XML files. The files contain only form codes, inputs, selects, etc ... This data is loaded dynamically to a page via the jquery load () function. Soon afterwards another function populates those fields retrieving data from a json array previously loaded. However, this data does not appear in the fields, as if the form was not loaded / synchronized on the page. Has anyone ever experienced this? Is there a light?