mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
ajax tests: Replaced $ with jQuery.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
html text<br/>
|
||||
<script type="text/javascript">/* <![CDATA[ */
|
||||
testFoo = "foo"; $('#foo').html('foo');
|
||||
testFoo = "foo"; jQuery('#foo').html('foo');
|
||||
ok( true, "test.php executed" );
|
||||
/* ]]> */</script>
|
||||
<script src="data/test.js?<?php srand(); echo time() . '' . rand(); ?>"></script>
|
||||
|
||||
Reference in New Issue
Block a user