I want to send data to an external URL in jQuery. I do not care about the response, nor do I want to read the response. Can someone tell me how I can do this? I was able to successfully send data using this call:
$.get("http://sample-domain.com/testfile.php");
However this does not appear to work in IE. Does anyone have suggestions (or a better way) on how to send data (NO RESPONSE) that will work in every browser?