diff options
author | Scott González <scott.gonzalez@gmail.com> | 2008-06-05 18:11:29 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2008-06-05 18:11:29 +0000 |
commit | 24eb176f0cd986cbedd08db11d168431df10ed69 (patch) | |
tree | dd98cff164bcb6314d274fa1adb7937ede3bbd21 /test/data/test.php | |
parent | 1e9593646f5047cfc5b1754b663e59ec9b73dfce (diff) | |
download | jquery-24eb176f0cd986cbedd08db11d168431df10ed69.tar.gz jquery-24eb176f0cd986cbedd08db11d168431df10ed69.zip |
ajax tests: Replaced $ with jQuery.
Diffstat (limited to 'test/data/test.php')
-rw-r--r-- | test/data/test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/test.php b/test/data/test.php index 9dbea9798..3d08f3253 100644 --- a/test/data/test.php +++ b/test/data/test.php @@ -1,6 +1,6 @@ html text<br/> <script type="text/javascript">/* <![CDATA[ */ -testFoo = "foo"; $('#foo').html('foo'); +testFoo = "foo"; jQuery('#foo').html('foo'); ok( true, "test.php executed" ); /* ]]> */</script> <script src="data/test.js?<?php srand(); echo time() . '' . rand(); ?>"></script> |