ajax tests: Replaced $ with jQuery.
This commit is contained in:
parent
1e9593646f
commit
24eb176f0c
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<script type="text/javascript">
|
||||
var testFoo = "foo";
|
||||
$('#foo').html('foo');
|
||||
jQuery('#foo').html('foo');
|
||||
ok( true, "test2.html executed" );
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue