mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
7 lines
247 B
PHP
7 lines
247 B
PHP
|
html text<br/>
|
||
|
<script type="text/javascript">/* <![CDATA[ */
|
||
|
testFoo = "foo"; jQuery('#foo').html('foo');
|
||
|
ok( true, "test.php executed" );
|
||
|
/* ]]> */</script>
|
||
|
<script src="data/test.js?<?php srand(); echo time() . '' . rand(); ?>"></script>
|
||
|
blabla
|