Well, if you HAD to stay HTML, you could split() the html. success: function(result){ var data1 = result.responseText.split([SPLIT CHARACTER]);
etc ... you could use regular expressions, but json is so much more efficient.
Well, if you HAD to stay HTML, you could split() the html. success: function(result){ var data1 = result.responseText.split([SPLIT CHARACTER]);
etc ... you could use regular expressions, but json is so much more efficient.