Revised jsonp unit tests and added a test for when the jsonp option is set to false.
[jquery.git] / test / data / echoQuery.php
1 <?php echo $_SERVER['QUERY_STRING']; ?>