Hi

For the company I work for, I have some HTML being generated and inserted via AJAX (I think).
Problem is that the new elements cannot be found via document.getElementByID nor JQuery $("#nameofnewelement").

Browser is showing them though.

Is there a way to refresh the document and/or JQuery?

Regards

Vince