2013-10-24, 11:08:06
No that's not what I mean. I was trying to figure why the response was being output.
Ill have to check the docs for jquery load() I used. It should only output fragments it finds
Unless it dumps everything if the rule is unmatched or I maybe I have it wrong.
Ill have to check the docs for jquery load() I used. It should only output fragments it finds
Code:
$('#imageTable').load(location.href + ' #imageTable >*', function () {
Unless it dumps everything if the rule is unmatched or I maybe I have it wrong.