I\'m using this jQuery code:
$.ajax ({ type: \"POST\", url: \"customerfilter.php\", data: dataString, cache: false, success: function(htm
Why don't you return a JSON object. This way you can easily put many different results inside the ajax response.