Fixes #5803. Reworked jsonp prefilter so that it sets the dataType as jsonp and recog...
[jquery.git] / test / data / echoQuery.php
1 <?php echo $_SERVER['QUERY_STRING']; ?>