diff options
author | John Resig <jeresig@gmail.com> | 2007-09-08 12:42:32 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2007-09-08 12:42:32 +0000 |
commit | b4e23b5af0820a66c2e275051f613f3df9a4444d (patch) | |
tree | 8045667211e4aa393ee1b6e006dd0c953e77c963 /test/data/test.php | |
parent | 13b66c8ba9618242df2c1cc352a2b1d879c36188 (diff) | |
download | jquery-b4e23b5af0820a66c2e275051f613f3df9a4444d.tar.gz jquery-b4e23b5af0820a66c2e275051f613f3df9a4444d.zip |
Reorganzing the jQuery source (first phase).
Diffstat (limited to 'test/data/test.php')
-rw-r--r-- | test/data/test.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/data/test.php b/test/data/test.php new file mode 100644 index 000000000..9dbea9798 --- /dev/null +++ b/test/data/test.php @@ -0,0 +1,7 @@ +html text<br/> +<script type="text/javascript">/* <![CDATA[ */ +testFoo = "foo"; $('#foo').html('foo'); +ok( true, "test.php executed" ); +/* ]]> */</script> +<script src="data/test.js?<?php srand(); echo time() . '' . rand(); ?>"></script> +blabla
\ No newline at end of file |