Improved Mikes hack to ease testing against IE cache
This commit is contained in:
parent
c3d8cb0c09
commit
4c66f62a6f
3 changed files with 48 additions and 31 deletions
7
build/test/data/test.php
Normal file
7
build/test/data/test.php
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue