Improved Mikes hack to ease testing against IE cache

This commit is contained in:
Jörn Zaefferer 2006-12-31 15:09:07 +00:00
parent c3d8cb0c09
commit 4c66f62a6f
3 changed files with 48 additions and 31 deletions

7
build/test/data/test.php Normal file
View file

@ -0,0 +1,7 @@
html text<br/>
<script type="text/javascript">/* <![CDATA[ */
testFoo = "foo"; $('#foo').html('foo');
ok( true, "test.html executed" );
/* ]]> */</script>
<script src="data/test.js?<?php srand(); echo time() . '' . rand(); ?>"></script>
blabla