I have the following code making a GET request on a URL:
$(\'#searchButton\').click(function() { $(\'#inquiry\').load(\'/portal/?f=searchBilling&pid=
Try this:
$("#Search_Result").load("AJAX-Search.aspx?q=" + $("#q").val() + "&rnd=" + String((new Date()).getTime()).replace(/\D/gi, ''));
It works fine when i used it.