Improved Mikes hack to ease testing against IE cache
[jquery.git] / build / test / data / test.php
similarity index 63%
rename from build/test/data/test.html
rename to build/test/data/test.php
index df438d0..fa36432 100644 (file)
@@ -3,5 +3,5 @@ html text<br/>
 testFoo = "foo"; $('#foo').html('foo');
 ok( true, "test.html executed" );
 /* ]]> */</script>
-<script src="data/test.js"></script>
+<script src="data/test.js?<?php srand(); echo time() . '' . rand(); ?>"></script>
 blabla
\ No newline at end of file