在AJAX中“重新加载页面以获取...的源代码”

I am using ajax for an auto-complete field, initially it was working but recently it has broken.

I have checked the firebug, initially i used to get the JSON array with data for auto-completion, but now I get following message:

Reload the page to get source for: http://... [my AJAX script URL here]

I know that support has performed some server security changes. So what should I do to resolve this issue?

Like this? #result is the elements ID, alternatively you could use a classname like .result.

$( "#result" ).load( "test.html" );