Modified test for load(); added fix for trigger, where it modifies data passed to it, which causes ugly side-effects

This commit is contained in:
Jörn Zaefferer 2006-11-09 21:16:03 +00:00
parent c0e0119c3d
commit 03b0a9c654
4 changed files with 9 additions and 4 deletions

View file

@ -1,4 +1,6 @@
html text<br/>
<script type="text/javascript">foo = "foo";</script>
<script type="text/javascript">/* <![CDATA[ */
foo = "foo"; $('#foo').html('foo');
/* ]]> */</script>
<script src="data/test.js"></script>
blabla

View file

@ -1 +1,2 @@
foobar = "bar";
$('#ap').html('bar');