i am using the following code to load dynamic content into a div (mainContentArea) on my webpage. I occasionally get a parserError when loading the content into dom. but sometimes not.
what is causing the parserError and how can I fix this? this is my jquery code: $('#mainContentArea').load('content.cfm');