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:
parent
c0e0119c3d
commit
03b0a9c654
4 changed files with 9 additions and 4 deletions
|
@ -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
|
|
@ -1 +1,2 @@
|
|||
foobar = "bar";
|
||||
$('#ap').html('bar');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue