Skip to content

Commit

Permalink
js is run before creating the html
Browse files Browse the repository at this point in the history
  • Loading branch information
zalun committed Sep 6, 2010
1 parent 7665a56 commit 38ed547
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion External-JS-In-Request.HTML/external.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
$('result').set('html', '<p>Loaded from external JS</p>');
function modifyResult() {
$('result').set('html', '<p>Loaded from external JS</p>');
}

0 comments on commit 38ed547

Please sign in to comment.