git.asbjorn.biz
/
jquery.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Moves active counter test after all other ajax tests where it should be.
[jquery.git]
/
test
/
data
/
with_fries_over_jsonp.php
1
<?php
2
error_reporting(0);
3
$callback = $_REQUEST['callback'];
4
$json = $_REQUEST['json'];
5
$text = json_encode(file_get_contents(dirname(__FILE__)."/with_fries.xml"));
6
echo "$callback($text)";
7
?>